mirror of
https://github.com/dwinkler1/np.git
synced 2026-02-19 22:40:57 -05:00
Add token for updating flake.lock in workflow
This commit is contained in:
parent
91b3a388e7
commit
9a41c1b1c1
1 changed files with 1 additions and 0 deletions
1
.github/workflows/update.yml
vendored
1
.github/workflows/update.yml
vendored
|
|
@ -17,6 +17,7 @@ jobs:
|
||||||
- name: Update n flake.lock
|
- name: Update n flake.lock
|
||||||
uses: DeterminateSystems/update-flake-lock@v25
|
uses: DeterminateSystems/update-flake-lock@v25
|
||||||
with:
|
with:
|
||||||
|
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
|
||||||
branch: update_n
|
branch: update_n
|
||||||
path-to-flake-dir: "templates/n"
|
path-to-flake-dir: "templates/n"
|
||||||
pr-title: "Update n flake.lock" # Title of PR to be created
|
pr-title: "Update n flake.lock" # Title of PR to be created
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue