Skip to content

Commit

Permalink
adding role
Browse files Browse the repository at this point in the history
  • Loading branch information
chkp-rotemben committed Jul 6, 2023
1 parent 25775e8 commit 1df78ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload_zip_file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Get AWS permissions
uses: aws-actions/configure-aws-credentials@v2
with:
role-to-assume: arn:aws:iam::111111111111:role/my-github-actions-role-test
role-to-assume: ${{secrets.ASSUMEROLE}}
aws-region: us-east-1
- name: Copy and zip files to s3
run: |
Expand Down

0 comments on commit 1df78ff

Please sign in to comment.