Skip to content

Commit

Permalink
Fix reference to secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
sjonpaulbrown committed Jun 24, 2024
1 parent 40abb63 commit 1a70828
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ runs:
uses: google-github-actions/auth@v2
with:
token_format: 'access_token'
workload_identity_provider: ${{ secret.FLAKY_TEST_WORKLOAD_IDENTITY_PROVIDER }}
service_account: ${{ secret.FLAKY_TEST_SERVICE_ACCOUNT }}
workload_identity_provider: ${{ secrets.FLAKY_TEST_WORKLOAD_IDENTITY_PROVIDER }}
service_account: ${{ secrets.FLAKY_TEST_SERVICE_ACCOUNT }}
- name: Upload results to BigQuery (skipped tests)
uses: nick-fields/retry@v2
with:
Expand Down

0 comments on commit 1a70828

Please sign in to comment.