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 27e4b71 commit a8980cbCopy full SHA for a8980cb
.github/workflows/oneshot-nix-ci.yaml
@@ -9,8 +9,7 @@ jobs:
9
with:
10
github_access_token: ${{ secrets.GITHUB_TOKEN }}
11
extra_nix_config: |
12
- access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
13
-
+ access-tokens = github.com=${{ secrets.NIX_CI_GITHUB_ACCESS_TOKEN }}
14
15
16
- uses: cachix/cachix-action@v12
@@ -19,7 +18,6 @@ jobs:
19
18
20
- run: nix run github:NorfairKing/nix-ci#github-actions-worker
21
env:
22
- NIX_CONFIG: "extra-access-tokens = github.com=${{ secrets.NIX_CI_GITHUB_ACCESS_TOKEN }}"
23
NIX_CI_WORKER_NAME: 'github-action'
24
NIX_CI_WORKER_PRIVATE_KEY: '${{ secrets.NIX_CI_WORKER_PRIVATE_KEY }}'
25
NIX_CI_WORKER_LEADER: https://api.staging.nix-ci.com
0 commit comments