#17 Attempt to configure Cachix
This commit is contained in:
parent
845dd73882
commit
c717e3b680
@ -21,6 +21,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
github_access_token: ${{ secrets.RUNNER_GITHUB_TOKEN }}
|
github_access_token: ${{ secrets.RUNNER_GITHUB_TOKEN }}
|
||||||
nix_path: nixpkgs=channel:nixos-24.05
|
nix_path: nixpkgs=channel:nixos-24.05
|
||||||
|
- name: Configure Cachix
|
||||||
|
uses: cachix/cachix-action@v15
|
||||||
|
with:
|
||||||
|
name: jafnernet
|
||||||
|
authToken: '${{ secrets.CACHIX_TOKEN }}'
|
||||||
|
extraPullNames: nix-community
|
||||||
- name: Configure SSH key
|
- name: Configure SSH key
|
||||||
run: |
|
run: |
|
||||||
echo -e "${{ secrets.RUNNER_SSH_PRIVATEKEY }}" > /tmp/key
|
echo -e "${{ secrets.RUNNER_SSH_PRIVATEKEY }}" > /tmp/key
|
||||||
|
Loading…
Reference in New Issue
Block a user