We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5032d8 commit d170d15Copy full SHA for d170d15
1 file changed
.github/workflows/test.yaml
@@ -10,7 +10,7 @@ on:
10
- '.github/workflows/release.yaml'
11
12
jobs:
13
- build:
+ test:
14
runs-on: ubuntu-latest
15
permissions:
16
id-token: write
@@ -30,13 +30,13 @@ jobs:
30
exit 1
31
fi
32
33
- - name: Configure AWS credentials
+ - name: Configure AWS credentials for DEV
34
uses: aws-actions/configure-aws-credentials@v1
35
with:
36
role-to-assume: ${{ secrets.DEV_AWS_ROLE_TO_ASSUME }}
37
aws-region: eu-west-1
38
39
- - name: Deploy latest docs to S3
+ - name: Deploy latest docs to S3 DEV account
40
run: |
41
mkdir -p tmp_extracted
42
tar -xzf ./wire-docs.tar.gz -C tmp_extracted
0 commit comments