Skip to content

Commit

Permalink
ci: daily-bump: add token to update-flake-lock
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovico Piero <[email protected]>
  • Loading branch information
LudovicoPiero committed May 30, 2024
1 parent cfc04b3 commit 766615c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/daily-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@main
with:
token: ${{ secrets.GH_TOKEN }}
commit-msg: "chore: Update flake.lock" # The message provided with the commit
pr-title: "Update flake.lock" # Title of PR to be created
pr-labels: | # Labels to be set on the PR
Expand Down

0 comments on commit 766615c

Please sign in to comment.