File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 9
9
env :
10
10
CARGO_TERM_COLOR : always
11
11
12
+ permissions :
13
+ id-token : write
14
+ contents : read
15
+
12
16
jobs :
13
17
build :
14
18
runs-on : ubuntu-latest
15
- permissions :
16
- id-token : write
17
- contents : read
18
19
defaults :
19
20
run :
20
21
working-directory : ./wild-thyme
27
28
- name : Build
28
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
29
30
- name : Configure AWS credentials
30
- uses : aws-actions/configure-aws-credentials@v1
31
+ uses : aws-actions/configure-aws-credentials@master
31
32
with :
32
33
role-to-assume : ${{ secrets.AWS_ROLE_TO_ASSUME }}
33
34
aws-region : us-west-2
34
35
- name : Publish to S3
36
+ with :
37
+ aws-region : us-west-2
35
38
run : aws s3 sync ./wasm s3://wild-thyme
You can’t perform that action at this time.
0 commit comments