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.
2 parents 1779a75 + e241d42 commit 55c6ef8Copy full SHA for 55c6ef8
.github/workflows/build_nix.yml
@@ -25,7 +25,7 @@ jobs:
25
access_token: ${{ github.token }}
26
27
- name: Install Nix
28
- uses: cachix/install-nix-action@v24
+ uses: cachix/install-nix-action@v26
29
30
- name: Checkout Repository
31
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