Skip to content

Commit

Permalink
chore: rename secret variable.
Browse files Browse the repository at this point in the history
Signed-off-by: Shreyas Ayyengar <[email protected]>
  • Loading branch information
ShreyasAyyengar committed Dec 13, 2024
1 parent c94ae99 commit 8e74355
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.RESOURCE_ZIPPER }}
GITHUB_TOKEN: ${{ secrets.RESOURCE_ZIPPER_PAT }}
with:
tag_name: release-${{ github.sha }}
release_name: Resource-Pack
Expand All @@ -44,7 +44,7 @@ jobs:
id: upload-release-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.RESOURCE_ZIPPER }}
GITHUB_TOKEN: ${{ secrets.RESOURCE_ZIPPER_PAT }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ${{ github.workspace }}/${{ env.ZIP_NAME }}
Expand Down

0 comments on commit 8e74355

Please sign in to comment.