Skip to content

Commit

Permalink
Update nix build github action
Browse files Browse the repository at this point in the history
  • Loading branch information
solomon-b committed Jun 26, 2023
1 parent a73cb2c commit 00507eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ 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 }}
- name: Link Cachix 🔌
uses: cachix/cachix-action@v10
with:
name: cofree-coffee
name: '${{ vars.CACHIX_CACHE_NAME }}'
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'

- name: Deploy 🚀
Expand Down

0 comments on commit 00507eb

Please sign in to comment.