Skip to content

Commit 541c34b

Browse files
committed
add permissions
1 parent 0774c15 commit 541c34b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/drivers-tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,10 @@ jobs:
204204

205205
tests:
206206
runs-on: ubuntu-24.04
207+
permissions:
208+
id-token: write # Needed for OIDC+AWS
209+
contents: read
210+
207211
timeout-minutes: 30
208212
needs: [latest-tag-sha, build]
209213
if: (needs['latest-tag-sha'].outputs.sha != github.sha)
@@ -345,6 +349,7 @@ jobs:
345349
with:
346350
role-to-assume: ${{ secrets.DRIVERS_TESTS_AWS_ROLE_ARN_FOR_SNOWFLAKE }}
347351
aws-region: us-west-1
352+
mask-aws-account-id: true
348353
if: |
349354
env.DRIVERS_TESTS_ATHENA_CUBEJS_AWS_KEY != '' && matrix.database == 'snowflake-export-bucket-s3-via-storage-integration-iam-roles'
350355

0 commit comments

Comments
 (0)