Allow update flake lock action to run CI
https://github.com/DeterminateSystems/update-flake-lock#with-a-personal-authentication-token
This commit is contained in:
parent
a439b2b529
commit
8052faf2bf
1 changed files with 1 additions and 0 deletions
1
.github/workflows/update-flake-lock.yaml
vendored
1
.github/workflows/update-flake-lock.yaml
vendored
|
@ -18,6 +18,7 @@ jobs:
|
|||
- name: Update flake.lock
|
||||
uses: DeterminateSystems/update-flake-lock@v10
|
||||
with:
|
||||
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
|
||||
pr-title: "Update flake.lock" # Title of PR to be created
|
||||
pr-labels: | # Labels to be set on the PR
|
||||
automated
|
||||
|
|
Loading…
Reference in a new issue