Skip to content

Commit

Permalink
[ci] Longer duration AWS creds for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
omad committed Dec 4, 2023
1 parent 7612ec0 commit d8e9feb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,11 @@ jobs:
# datacube
#
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: arn:aws:iam::538673716275:role/github-actions-role-readonly
aws-region: ap-southeast-2
role-duration-seconds: 7200 # 2 hours

- name: Copy tide modelling files with the AWS CLI
run: aws s3 sync s3://dea-non-public-data/tide_models/tide_models tide_models
Expand Down

0 comments on commit d8e9feb

Please sign in to comment.