File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 38
38
with :
39
39
# This should be the same as the one specified for on.pull_request.branches
40
40
ref : master
41
+ - name : Setup AWS CLI credentials
42
+ uses : aws-actions/configure-aws-credentials@v4
43
+ with :
44
+ role-to-assume : ${{ secrets.AWS_ROLE_ARN }}
45
+ role-session-name : GitHubActionsSession
46
+ aws-region : us-east-1
41
47
- name : Checkout actions
42
48
uses : actions/checkout@v4
43
49
with :
49
55
uses : ./.github/.release/actions/actions/services/aws
50
56
with :
51
57
token : ${{ secrets.GH_TOKEN }}
52
- aws-access-key-id : ${{ secrets.AWS_ACCESS_KEY_ID }}
53
- aws-secret-access-key : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
54
- auth-method : access-key
58
+ auth-method : role
55
59
content-type : application/javascript
56
60
content-encoding : gzip
57
61
acl : public-read
You can’t perform that action at this time.
0 commit comments