shrug
This commit is contained in:
parent
39f0a59f77
commit
ef6b724546
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -17,6 +17,7 @@ env:
|
|||
GIT_BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
|
||||
GITHUB_REPOSITORY: ${{ github.repository }}
|
||||
GITHUB_SHA: ${{ github.sha }}
|
||||
CACHIX_SIGNING_KEY: ${{ secrets.CACHIX_SIGNING_KEY }}
|
||||
|
||||
jobs:
|
||||
nix-matrix:
|
||||
|
@ -28,7 +29,6 @@ jobs:
|
|||
- uses: cachix/install-nix-action@v22
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
CACHIX_SIGNING_KEY: ${{ secrets.CACHIX_SIGNING_KEY }}
|
||||
github_access_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- id: set-matrix
|
||||
name: Generate Nix Matrix
|
||||
|
|
Loading…
Reference in a new issue