Skip to content

Commit

Permalink
update token variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
esheyw committed Jan 29, 2024
1 parent cc7f887 commit 090a5e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
artifacts: "./module.json, ./module.zip"
tag: ${{ github.event.release.tag_name }}
body: ${{ github.event.release.body }}

# - name: Foundry Package Admin Release
# uses: fjogeleit/http-request-action@v1
# with:
Expand All @@ -70,5 +70,5 @@ jobs:
id: publish-to-foundry-website
uses: cs96and/FoundryVTT-release-package@v1
with:
package-token: ${{ secrets.FOUNDRY_RELEASE_TOKEN }}
package-token: ${{ secrets.PACKAGE_TOKEN }}
manifest-url: https://github.com/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/module.json

0 comments on commit 090a5e6

Please sign in to comment.