Skip to content

Commit

Permalink
chore: revert to PA_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
robertrosman committed May 23, 2024
1 parent e5bc4ba commit 29a637f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/create-release@v1
if: ${{ steps.changelog.outputs.skipped == 'false' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PA_TOKEN }}
with:
tag_name: ${{ steps.changelog.outputs.tag }}
release_name: ${{ steps.changelog.outputs.tag }}
Expand Down

0 comments on commit 29a637f

Please sign in to comment.