Skip to content

Commit 73502dc

Browse files
committed
fix secret name here too
1 parent c8cb1eb commit 73502dc

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
@@ -119,7 +119,7 @@ jobs:
119119
- name: upload
120120
uses: ./.github/actions/upload
121121
with:
122-
cache_id: ${{ secrets.NIX_CACHE_ID }}
122+
cache_id: ${{ secrets.NIX_CACHE_GCP_ID }}
123123
nar_secret: ${{ secrets.NIX_CACHE_NAR_SECRET }}
124124
gcp_secret: ${{ secrets.NIX_CACHE_GCP_SECRET }}
125125

0 commit comments

Comments
 (0)