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 298380a commit 27257feCopy full SHA for 27257fe
.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@v26
+ uses: cachix/install-nix-action@V27
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