diff --git a/.github/workflows/import_packages.yml b/.github/workflows/import_packages.yml index 4c703edb..dabaab40 100644 --- a/.github/workflows/import_packages.yml +++ b/.github/workflows/import_packages.yml @@ -31,7 +31,7 @@ jobs: git lfs pull - name: Configure AWS Credentials for S3 - uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 + uses: aws-actions/configure-aws-credentials@f24d7193d98baebaeacc7e2227925dd47cc267f5 with: role-to-assume: ${{ secrets.AWS_ROLE_INSIGHT_DATA_IMPORT }} aws-region: ${{ env.AWS_REGION }}