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:
Sridhar Ratnakumar 2022-09-03 10:21:19 -04:00 committed by GitHub
parent a439b2b529
commit 8052faf2bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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