Skip to content

Commit 4fa3607

Browse files
authored
Change tool cache creds (#125)
1 parent f316188 commit 4fa3607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wasm-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
crate: wasm-bindgen-cli
2929
version: 0.2.95 # needs to match Cargo.toml and flake.nix version
30-
accesskey: AKIAU2WBY6VDTC563V7G
30+
accesskey: ${{ vars.TOOL_CACHE_ACCESS_KEY_ID }}
3131
secretkey: ${{ secrets.TOOL_CACHE_SECRET_KEY }}
3232
os: ubuntu-22.04
3333
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)