Skip to content

Commit

Permalink
Use a github token when doing the automated lockfile updates (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
TethysSvensson authored Feb 1, 2024
1 parent 9815781 commit 314fc70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lockfile-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- name: Create pull request
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
commit-message: Update lockfiles
title: "[Automated] Update lockfiles"
branch: automated/lockfile-update
Expand Down

0 comments on commit 314fc70

Please sign in to comment.