Skip to content

Commit

Permalink
Use PAT in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
omus committed Sep 9, 2024
1 parent 4b4abf1 commit c726d23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,4 @@ jobs:
body: ${{ steps.build_changelog.outputs.changelog }}
artifacts: ${{ steps.details.outputs.tarball_filename }}
artifactErrorsFailBuild: true
token: ${{ secrets.TZJDATA_UPDATE_TOKEN }} # Use PAT to trigger workflows on tag creation

0 comments on commit c726d23

Please sign in to comment.