Skip to content

Commit

Permalink
Added missing http REST parameters.
Browse files Browse the repository at this point in the history
  • Loading branch information
dannytsang committed Nov 12, 2023
1 parent d5393f0 commit baeaa1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,6 @@ jobs:
uses: fjogeleit/http-request-action@master
with:
url: '${{ secrets.DEPLOYMENT_URL }}'
method: POST
customHeaders: '{"Content-Type":"application/json"}'
data: '{ "key":"${{ secrets.PULL_KEY }}" }'

0 comments on commit baeaa1e

Please sign in to comment.