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 27473ac commit 196c81aCopy full SHA for 196c81a
.github/workflows/build_nix.yml
@@ -27,7 +27,7 @@ jobs:
27
steps:
28
29
- name: Install Nix
30
- uses: cachix/install-nix-action@v26
+ uses: cachix/install-nix-action@V27
31
32
- name: Checkout Repository
33
uses: actions/checkout@v4
.github/workflows/update_nix.yml
@@ -12,7 +12,7 @@ jobs:
12
13
14
15
16
with:
17
extra_nix_config: |
18
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
0 commit comments