Skip to content

Commit a8980cb

Browse files
author
Tom Sydney Kerckhove
committed
again
1 parent 27e4b71 commit a8980cb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/oneshot-nix-ci.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ jobs:
99
with:
1010
github_access_token: ${{ secrets.GITHUB_TOKEN }}
1111
extra_nix_config: |
12-
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
13-
12+
access-tokens = github.com=${{ secrets.NIX_CI_GITHUB_ACCESS_TOKEN }}
1413
1514
1615
- uses: cachix/cachix-action@v12
@@ -19,7 +18,6 @@ jobs:
1918

2019
- run: nix run github:NorfairKing/nix-ci#github-actions-worker
2120
env:
22-
NIX_CONFIG: "extra-access-tokens = github.com=${{ secrets.NIX_CI_GITHUB_ACCESS_TOKEN }}"
2321
NIX_CI_WORKER_NAME: 'github-action'
2422
NIX_CI_WORKER_PRIVATE_KEY: '${{ secrets.NIX_CI_WORKER_PRIVATE_KEY }}'
2523
NIX_CI_WORKER_LEADER: https://api.staging.nix-ci.com

0 commit comments

Comments
 (0)