Skip to content

Commit

Permalink
ci(workflows): [release] publish release from repo admin account
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <[email protected]>
  • Loading branch information
unicornware committed Mar 3, 2023
1 parent 2af1e4b commit b5fca66
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 @@ -134,7 +134,7 @@ jobs:
name: Publish release
run: gh release create $TAG *.tgz -t=$TAG -F=$NOTES_FILE -p=$PRERELEASE
env:
GITHUB_TOKEN: ${{ secrets.PAT_BOT }}
GITHUB_TOKEN: ${{ secrets.PAT_REPO }}
PRERELEASE: ${{ needs.metadata.outputs.prerelease }}
cleanup:
needs: [metadata, publish]
Expand Down

0 comments on commit b5fca66

Please sign in to comment.