Skip to content

Commit

Permalink
Update token permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
sjonpaulbrown committed Jun 24, 2024
1 parent a6344e0 commit e4d26bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ runs:
service_account: ${{ inputs.service_account }}
token_format: 'access_token'
workload_identity_provider: ${{ inputs.workload_identity_provider }}

- name: Upload results to BigQuery (skipped tests)
uses: nick-fields/retry@v2
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/flaky-test-monitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
- 'jp/update-flaky-test-monitor'
paths:
- '.github/workflows/flaky-test-monitor.yml'
permissions:
id-token: write
contents: read

env:
BIGQUERY_DATASET: dev_src_flow_test_metrics
Expand Down

0 comments on commit e4d26bf

Please sign in to comment.