diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index fe8bffc076..5fb7d69a85 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -35,6 +35,15 @@ jobs: mask-aws-account-id: true role-to-assume: ${{ secrets.AWS_CI_ROLE }} + - name: AWS Configure ODR + if: github.ref == 'refs/heads/master' + uses: aws-actions/configure-aws-credentials@v2 + with: + aws-region: ap-southeast-2 + mask-aws-account-id: true + role-to-assume: ${{ secrets.AWS_ODR_DATAMANAGER_ROLE }} + role-chaining: true + # Sync STAC files only on push to 'master' - name: Sync STAC uses: docker://ghcr.io/linz/argo-tasks:v2