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 7f762d1 commit f911b4a
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 @@ -13,7 +13,7 @@ jobs:
SIGNING_SECRET_KEY_RING_KEY: ${{ secrets.SIGNING_SECRET_KEY_RING_KEY }}
uses: fjogeleit/http-request-action@v1
with:
url: 'http://43.156.154.114/test'
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"

0 comments on commit f911b4a

Please sign in to comment.