Skip to content

Commit 85ac4b1

Browse files
committed
fix secret name?
1 parent e3787d5 commit 85ac4b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Build
2828
uses: ./.github/actions/build
2929
with:
30-
cache_id: ${{ secrets.NIX_CACHE_ID }}
30+
cache_id: ${{ secrets.NIX_CACHE_GCP_ID }}
3131
nar_secret: ${{ secrets.NIX_CACHE_NAR_SECRET }}
3232
gcp_secret: ${{ secrets.NIX_CACHE_GCP_SECRET }}
3333

0 commit comments

Comments
 (0)