Skip to content

Commit d60f27f

Browse files
authored
Merge pull request #452 from divnix/ci-workflow-updates
2 parents e2bb8ea + 1c8d14f commit d60f27f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/check.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
check:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/[email protected]
15-
with:
16-
submodules: true
17-
fetch-depth: 0
18-
- uses: cachix/install-nix-action@v16
14+
15+
- uses: actions/checkout@v3
16+
17+
- uses: cachix/install-nix-action@v17
1918
with:
2019
extra_nix_config: |
20+
access-tokens = github.com=${{ github.token }}
2121
system-features = nixos-test benchmark big-parallel kvm recursive-nix
2222
substituters = https://nrdxp.cachix.org https://nix-community.cachix.org https://cache.nixos.org
2323
trusted-public-keys = nrdxp.cachix.org-1:Fc5PSqY2Jm1TrWfm88l6cvGWwz3s93c6IOifQWnhNW4= nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=

0 commit comments

Comments
 (0)