Skip to content

Commit 2378f35

Browse files
committed
fixup! fixup! feat(ng-dev): add support for uploading results of workflow testing to database
1 parent e51c0f9 commit 2378f35

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/perf.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ jobs:
4545
- uses: ./github-actions/npm/checkout-and-setup-node
4646
- uses: ./github-actions/bazel/setup
4747
- 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
4852
- uses: 'google-github-actions/auth@v2'
4953
with:
5054
project_id: 'internal-200822'

0 commit comments

Comments
 (0)