Skip to content

Commit

Permalink
Merge pull request #84 from cofree-coffee/chore/update-deploy-action
Browse files Browse the repository at this point in the history
Updates nix:deploy github action
  • Loading branch information
solomon-b authored Nov 13, 2023
2 parents 1683c57 + ac8850c commit 962e6bb
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/[email protected]

- 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 962e6bb

Please sign in to comment.