We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0774c15 commit 541c34bCopy full SHA for 541c34b
.github/workflows/drivers-tests.yml
@@ -204,6 +204,10 @@ jobs:
204
205
tests:
206
runs-on: ubuntu-24.04
207
+ permissions:
208
+ id-token: write # Needed for OIDC+AWS
209
+ contents: read
210
+
211
timeout-minutes: 30
212
needs: [latest-tag-sha, build]
213
if: (needs['latest-tag-sha'].outputs.sha != github.sha)
@@ -345,6 +349,7 @@ jobs:
345
349
with:
346
350
role-to-assume: ${{ secrets.DRIVERS_TESTS_AWS_ROLE_ARN_FOR_SNOWFLAKE }}
347
351
aws-region: us-west-1
352
+ mask-aws-account-id: true
348
353
if: |
354
env.DRIVERS_TESTS_ATHENA_CUBEJS_AWS_KEY != '' && matrix.database == 'snowflake-export-bucket-s3-via-storage-integration-iam-roles'
355
0 commit comments