Skip to content

Commit

Permalink
Pass Cachix auth token to reusable workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
rake5k committed Jan 10, 2023
1 parent 079b855 commit 8c73044
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ jobs:
with:
branch: master
nix-command: flake check --impure
secrets:
CACHIX_AUTH_TOKEN: ${{ secrets.CACHIX_AUTH_TOKEN }}
2 changes: 2 additions & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ jobs:
with:
base-branch: master
nix-check-command: flake check --impure
secrets:
CACHIX_AUTH_TOKEN: ${{ secrets.CACHIX_AUTH_TOKEN }}

0 comments on commit 8c73044

Please sign in to comment.