diff --git a/.github/workflows/test_notebooks.yml b/.github/workflows/test_notebooks.yml index 098942e1b..28e8de74d 100644 --- a/.github/workflows/test_notebooks.yml +++ b/.github/workflows/test_notebooks.yml @@ -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