Skip to content

Commit

Permalink
Admin: Configure AWS creds when pulling IAM default policies
Browse files Browse the repository at this point in the history
  • Loading branch information
bblommers authored Jan 18, 2024
1 parent 4ff56bf commit 05d7b18
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/data-update_iam-managed-policies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ jobs:
with:
python-version: 3.9

- name: Configure AWS
uses: aws-actions/configure-aws-credentials@v4
with:
aws-region: us-east-1
role-to-assume: arn:aws:iam::486285699788:role/GithubActionsRole

- name: Pull IAM managed policies from AWS
run: |
pip install -r requirements-dev.txt
Expand Down

0 comments on commit 05d7b18

Please sign in to comment.