Skip to content

Commit

Permalink
try to fix aws auth
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdavis2001 committed Apr 17, 2024
1 parent 5f29ce4 commit fe09631
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/sub-task-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ jobs:
id: checkout_code
uses: actions/[email protected]

- name: Configure AWS Credentials For integration tests
uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID_ACTIONS }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY_ACTIONS }}
aws-region: eu-west-1
role-session-name: GitHubActionsTerraform

- name: Setup Python
uses: actions/setup-python@9a7ac94420f42ee15fc60ab88d0dca4be1fd5757
with:
Expand Down

0 comments on commit fe09631

Please sign in to comment.