Skip to content

Commit 0d670f6

Browse files
Use personal access token for tag regeneration workflow
1 parent a53dbe4 commit 0d670f6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/regenerate-tags.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
- name: Create pull request
3232
uses: peter-evans/create-pull-request@v8
3333
with:
34+
token: ${{ secrets.PAT }}
3435
commit-message: Regenerate tags
3536
author: ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>
3637
signoff: false

0 commit comments

Comments
 (0)