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 b4a94ac commit 487310bCopy full SHA for 487310b
.github/workflows/oneshot-nix-ci.yaml
@@ -15,7 +15,7 @@ jobs:
15
16
- run: nix run github:NorfairKing/nix-ci#github-actions-worker
17
env:
18
- NIX_CONFIG: "extra-access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}"
+ NIX_CONFIG: "extra-access-tokens = github.com=${{ secrets.NIX_CI_GITHUB_ACCESS_TOKEN }}"
19
NIX_CI_WORKER_NAME: 'github-action'
20
NIX_CI_WORKER_PRIVATE_KEY: '${{ secrets.NIX_CI_WORKER_PRIVATE_KEY }}'
21
NIX_CI_WORKER_LEADER: https://api.staging.nix-ci.com
0 commit comments