Skip to content

Commit

Permalink
fix: GH_PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
leruaa committed Nov 9, 2024
1 parent 9ac08d4 commit 45b11c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ jobs:
AWS_SECRET_ACCESS_KEY: "${{ secrets.AWS_SECRET_ACCESS_KEY }}"
AWS_SUBNET_ID: "${{ secrets.AWS_SUBNET_ID }}"
AWS_SG_ID: "${{ secrets.AWS_SG_ID }}"
GH_PAT: ${{ secrets.GITHUB_TOKEN }}
GH_PAT: ${{ secrets.GH_PAT }}

cleanup:
name: Release cleanup
Expand Down

0 comments on commit 45b11c2

Please sign in to comment.