Skip to content

Commit

Permalink
Updates nix:deploy github action
Browse files Browse the repository at this point in the history
  • Loading branch information
solomon-b committed Nov 13, 2023
1 parent 1683c57 commit ac8850c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@ jobs:
uses: actions/checkout@v2.4.0

- name: Install Nix ❄
uses: cachix/install-nix-action@v15
uses: cachix/install-nix-action@v20
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
nix_path: nixpkgs=channel:nixos-unstable

- name: Link Cachix 🔌
uses: cachix/cachix-action@v10
uses: cachix/cachix-action@v12
with:
name: cofree-coffee
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
Expand All @@ -30,4 +29,4 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Deploy 🚀
run: ./deploy.sh
run: ./deploy.sh

0 comments on commit ac8850c

Please sign in to comment.