We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 876f2a0 commit bd2aee0Copy full SHA for bd2aee0
.github/workflows/game.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Build
29
run: cargo build --release --target=wasm32-unknown-unknown && wasm-bindgen target/wasm32-unknown-unknown/release/and_we_had_a_wild_thyme.wasm --out-dir wasm --no-modules --no-typescript
30
- name: Configure AWS credentials
31
- uses: aws-actions/configure-aws-credentials@v3
+ uses: aws-actions/configure-aws-credentials@v2
32
with:
33
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
34
aws-region: us-west-2
0 commit comments