Skip to content

Commit

Permalink
ci: 👷 Use custom Headers
Browse files Browse the repository at this point in the history
  • Loading branch information
aMediocreDad committed Jan 19, 2024
1 parent 90b8496 commit 66007d3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/foundry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,10 @@ jobs:
uses: fjogeleit/http-request-action@v1
with:
url: 'https://api.foundryvtt.com/_api/packages/release_version/'
method: 'POST'
bearerToken: ${{ secrets.FOUNDRY_TOKEN }}
escapeData:
customHeaders: '{"Content-Type": "application/json", "Authorization": "${{ secrets.FOUNDRY_TOKEN }}" }'
data: |
'{
"id": "forbidden-lands",
"dry-run": true,
"release": {
"version": "${{ steps.tag.outputs.version }}",
"manifest": "https://raw.githubusercontent.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/${{ inputs.tag_name }}/system.json",
Expand Down

0 comments on commit 66007d3

Please sign in to comment.