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 dc4fd25 commit 9fee4edCopy full SHA for 9fee4ed
.github/workflows/tests-e2e-nix.yml
@@ -39,6 +39,9 @@ jobs:
39
- uses: cachix/install-nix-action@ba0dd844c9180cbf77aa72a116d6fbc515d0e87b # v27
40
with:
41
nix_path: nixpkgs=channel:nixos-24.11
42
+ extra_nix_config: |
43
+ access-tokens = github.com=${{ secrets.NIX_GH_TOKEN || github.token }}
44
+ sandbox = false
45
if: steps.changed-files.outputs.only_changed == 'false'
46
- name: Run integration tests
47
0 commit comments