We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd996a2 commit 4f34636Copy full SHA for 4f34636
.github/workflows/update-nix.yml
@@ -20,6 +20,7 @@ jobs:
20
- name: Update flake.lock
21
uses: DeterminateSystems/update-flake-lock@v19
22
with:
23
+ token: ${{ secrets.CREATE_PR_TOKEN }}
24
pr-title: "Update flake.lock" # Title of PR to be created
25
pr-labels: | # Labels to be set on the PR
26
dependencies
@@ -39,4 +40,6 @@ jobs:
39
40
name: unblob
41
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
42
- name: Update vendored package versions
43
+ env:
44
+ GITHUB_TOKEN: ${{ secrets.CREATE_PR_TOKEN }}
45
run: .github/workflows/update-vendored-nix-dependencies.py
0 commit comments