Admin: Configure AWS creds when pulling IAM default policies

This commit is contained in:
Bert Blommers 2024-01-18 11:13:28 -01:00 committed by GitHub
parent 4ff56bffb8
commit 05d7b183ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,6 +31,12 @@ jobs:
with: with:
python-version: 3.9 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 - name: Pull IAM managed policies from AWS
run: | run: |
pip install -r requirements-dev.txt pip install -r requirements-dev.txt