Skip to content

Commit

Permalink
attempt to assume role
Browse files Browse the repository at this point in the history
  • Loading branch information
rrigato committed Apr 7, 2024
1 parent 5a2a124 commit 8244d0f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tvratings_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ jobs:
run: |
chmod +x 'scripts/tvratings_build_test.sh'
- name: assume-github-actions-role
uses: aws-actions/configure-aws-credentials@v4
with:
audience: sts.amazonaws.com
aws-region: ${{vars.DEFAULT_AWS_REGION}}
role-to-assume: arn:aws:iam::${{secrets.AWS_ACCOUNT_ID}}:role/${{secrets.PIPELINE_ROLE_NAME}}


- name: test-and-build-deployment-archive
Expand Down

0 comments on commit 8244d0f

Please sign in to comment.