Skip to content

Commit

Permalink
Enabling binary cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jzbor committed Sep 2, 2024
1 parent 7334854 commit 83fa251
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/flake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ on:
jobs:
call:
uses: jzbor/nix-flake-workflow/.github/workflows/reusable-flake-workflow.yml@main
# with:
# binary-cache: true
# secrets:
# ATTIC_ENDPOINT: ${{ secrets.ATTIC_ENDPOINT }}
# ATTIC_CACHE: ${{ secrets.ATTIC_CACHE }}
# ATTIC_TOKEN: ${{ secrets.ATTIC_TOKEN }}
with:
binary-cache: true
secrets:
ATTIC_ENDPOINT: ${{ secrets.ATTIC_ENDPOINT }}
ATTIC_CACHE: ${{ secrets.ATTIC_CACHE }}
ATTIC_TOKEN: ${{ secrets.ATTIC_TOKEN }}

0 comments on commit 83fa251

Please sign in to comment.