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 e51c0f9 commit 2378f35Copy full SHA for 2378f35
.github/workflows/perf.yml
@@ -45,6 +45,10 @@ jobs:
45
- uses: ./github-actions/npm/checkout-and-setup-node
46
- uses: ./github-actions/bazel/setup
47
- run: yarn install --immutable
48
+ # We utilize the google-github-actions/auth action to allow us to get an active credential using workflow
49
+ # identity federation. This allows us to request short lived credentials on demand, rather than storing
50
+ # credentials in secrets long term. More information can be found at:
51
+ # https://docs.github.com/en/actions/security-for-github-actions/security-hardening-your-deployments/configuring-openid-connect-in-google-cloud-platform
52
- uses: 'google-github-actions/auth@v2'
53
with:
54
project_id: 'internal-200822'
0 commit comments