Skip to content

Commit

Permalink
fix: add token to flake update action
Browse files Browse the repository at this point in the history
this should let it create the branch for PRs
  • Loading branch information
justinhschaaf committed Nov 17, 2024
1 parent c915f51 commit d63dbc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-flake-lock.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_FLAKE_UPDATE_PAT }}
pr-title: "Update flake.lock" # Title of PR to be created
pr-labels: | # Labels to be set on the PR
dependencies
Expand Down

0 comments on commit d63dbc8

Please sign in to comment.