Skip to content

Commit

Permalink
Use PAT for PRs when updating lockfile
Browse files Browse the repository at this point in the history
Otherwise the tests don't run
  • Loading branch information
maresb committed Nov 18, 2024
1 parent 5c5d6c1 commit 92f37c6
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 92f37c6

Please sign in to comment.