Admin: Configure AWS creds when pulling IAM default policies
This commit is contained in:
parent
4ff56bffb8
commit
05d7b183ed
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user