Skip to content

Commit

Permalink
Merge pull request #752 from maresb/use-token-for-prs
Browse files Browse the repository at this point in the history
Use PAT for PRs when updating lockfile
  • Loading branch information
maresb authored Nov 18, 2024
2 parents 5c5d6c1 + 92f37c6 commit 33e055e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-lockfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
# # One possible workaround is to specify a Personal Access Token (PAT).
# # This PAT should have read-write permissions for "Pull Requests"
# # and read-write permissions for "Contents".
# token: ${{ secrets.GH_PAT_FOR_PR }}
token: ${{ secrets.GH_PAT_FOR_PR }}
commit-message: Relock dependencies
title: Relock dependencies
body: >
Expand Down

0 comments on commit 33e055e

Please sign in to comment.