File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change 16
16
id-token : write
17
17
contents : read
18
18
steps :
19
+ - name : Checkout
20
+ uses : actions/checkout@v3
21
+ with :
22
+ fetch-depth : 0
23
+ ref : ${{ github.ref_name }}
24
+ - name : Package
25
+ run : |
26
+ npm ci
27
+ npm test
28
+ npm run package
19
29
- name : Configure AWS credentials
20
30
uses : aws-actions/configure-aws-credentials@v1-node16
21
31
with :
29
39
parse-json-secrets : true
30
40
secret-ids : |
31
41
OSDS,arn:aws:secretsmanager:us-west-2:294535624312:secret:github-aws-sdk-osds-automation-ZHNalp
32
- - name : Checkout
33
- uses : actions/checkout@v3
34
- with :
35
- fetch-depth : 0
36
- ref : ${{ github.ref_name }}
37
- token : ${{ env.OSDS_ACCESS_TOKEN }}
38
- - name : Package
39
- run : |
40
- npm ci
41
- npm test
42
- npm run package
43
42
- name : Commit
44
43
run : |
45
44
echo "::add-mask::${{ env.OSDS_ACCESS_TOKEN }}}"
You can’t perform that action at this time.
0 commit comments