Skip to content

Commit

Permalink
ci(test): add missing nix substituters
Browse files Browse the repository at this point in the history
  • Loading branch information
klarkc committed Jan 5, 2024
1 parent 86f2748 commit 616cd1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
extra_nix_config: |
accept-flake-config = true
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
# currently there is no way to nix copy to use the flake settings so we need them
substituters = https://cache.tcp4.me?priority=99
trusted-public-keys = cache.tcp4.me:cmk2Iz81lQuX7FtTUcBgtqgI70E8p6SOamNAIcFDSew=
- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.BUILDER_TOKEN }}
Expand Down

0 comments on commit 616cd1f

Please sign in to comment.