diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 536ed43..017f29c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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" \ No newline at end of file