Skip to content

Commit 4f34636

Browse files
vlaciLászló Vaskó
authored andcommitted
chore(nix): allow running downstream github actions for created PRs
1 parent fd996a2 commit 4f34636

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/update-nix.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- name: Update flake.lock
2121
uses: DeterminateSystems/update-flake-lock@v19
2222
with:
23+
token: ${{ secrets.CREATE_PR_TOKEN }}
2324
pr-title: "Update flake.lock" # Title of PR to be created
2425
pr-labels: | # Labels to be set on the PR
2526
dependencies
@@ -39,4 +40,6 @@ jobs:
3940
name: unblob
4041
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
4142
- name: Update vendored package versions
43+
env:
44+
GITHUB_TOKEN: ${{ secrets.CREATE_PR_TOKEN }}
4245
run: .github/workflows/update-vendored-nix-dependencies.py

0 commit comments

Comments
 (0)