Skip to content

Commit 24e27ed

Browse files
authored
fix: addressing the broken indentation
this doesn't address the larger issue with a service account
1 parent 2f827d4 commit 24e27ed

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/iam-deny.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ jobs:
4646
steps:
4747
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4848
with:
49-
ref: ${{github.event.pull_request.head.sha}}
49+
ref: ${{github.event.pull_request.head.sha}}
5050
- uses: 'google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093' # v3.0.0
5151
with:
52-
workload_identity_provider: 'projects/949737848314/locations/global/workloadIdentityPools/iam-deny-test-pool/providers/iam-deny-test-provider'
53-
service_account: 'kokoro-ca@isakovf-iam-deny-samples.iam.gserviceaccount.com'
54-
create_credentials_file: 'true'
55-
access_token_lifetime: 600s
52+
workload_identity_provider: 'projects/949737848314/locations/global/workloadIdentityPools/iam-deny-test-pool/providers/iam-deny-test-provider'
53+
service_account: 'kokoro-ca@isakovf-iam-deny-samples.iam.gserviceaccount.com'
54+
create_credentials_file: 'true'
55+
access_token_lifetime: 600s
5656
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
5757
with:
5858
node-version: 16

0 commit comments

Comments
 (0)