Skip to content

Commit 64dfa26

Browse files
authored
Apply update-workflows.sh changes (#98)
Signed-off-by: Bob Wall <[email protected]> Signed-off-by: Bob Wall <[email protected]>
1 parent 26a7c7e commit 64dfa26

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/rust-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- run: cargo sort --check
3333
- name: Cancel workflow
3434
if: failure()
35-
uses: andymckay/cancel-action@0.2
35+
uses: andymckay/cancel-action@0.3
3636
clippy:
3737
name: Clippy
3838
runs-on: ubuntu-22.04

.github/workflows/rust-daily.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@ jobs:
2626
- uses: IronCoreLabs/[email protected]
2727
with:
2828
crate: wasm-bindgen-cli
29-
accesskey: ${{ secrets.TOOL_CACHE_KEY_ID }}
29+
accesskey: AKIAU2WBY6VDTC563V7G
3030
secretkey: ${{ secrets.TOOL_CACHE_SECRET_KEY }}
3131
os: ubuntu-20.04
32-
- uses: Swatinem/rust-cache@v1
32+
- uses: Swatinem/rust-cache@v2
3333
id: rust-cache
3434
- name: Install sccache
3535
if: steps.rust-cache.outputs.cache-hit != 'true'
3636
uses: IronCoreLabs/[email protected]
3737
with:
3838
crate: sccache
39-
accesskey: ${{ secrets.TOOL_CACHE_KEY_ID }}
39+
accesskey: AKIAU2WBY6VDTC563V7G
4040
secretkey: ${{ secrets.TOOL_CACHE_SECRET_KEY }}
4141
os: ubuntu-22.04
4242
version: latest
@@ -46,7 +46,7 @@ jobs:
4646
4747
echo "RUSTC_WRAPPER=$HOME/.cargo/bin/sccache" >> $GITHUB_ENV
4848
49-
echo "AWS_ACCESS_KEY_ID=${{ secrets.SCCACHE_AWS_KEY_ID }}" >> $GITHUB_ENV
49+
echo "AWS_ACCESS_KEY_ID=AKIAU2WBY6VDVHUO5WSN" >> $GITHUB_ENV
5050
5151
echo "AWS_SECRET_ACCESS_KEY=${{ secrets.SCCACHE_AWS_SECRET }}" >> $GITHUB_ENV
5252

0 commit comments

Comments
 (0)