Skip to content

Commit 628a018

Browse files
author
Guiners
committed
adding samples
1 parent a6cd5fa commit 628a018

1 file changed

Lines changed: 16 additions & 18 deletions

File tree

.github/workflows/iam-deny.yaml

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,21 @@ name: iam-deny
1717
on:
1818
push:
1919
branches:
20-
- main
20+
- main
2121
paths:
22-
- 'iam/deny/**'
23-
- '.github/workflows/iam-deny.yaml'
22+
- 'iam/deny/**'
23+
- '.github/workflows/iam-deny.yaml'
2424
pull_request:
2525
types:
26-
- opened
27-
- reopened
28-
- synchronize
29-
- labeled
26+
- opened
27+
- reopened
28+
- synchronize
29+
- labeled
3030
paths:
31-
- 'iam/deny/**'
32-
- '.github/workflows/iam-deny.yaml'
31+
- 'iam/deny/**'
32+
- '.github/workflows/iam-deny.yaml'
3333
schedule:
34-
- cron: '0 0 * * 0'
34+
- cron: '0 0 * * 0'
3535
jobs:
3636
test:
3737
permissions:
@@ -46,15 +46,13 @@ jobs:
4646
steps:
4747
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
4848
with:
49-
ref: ${{ github.event.pull_request.head.sha }}
50-
51-
- uses: google-github-actions/auth@71fee32a0bb7e97b4d33d548e7d957010649d8fa # v2.1.3
49+
ref: ${{github.event.pull_request.head.sha}}
50+
- uses: 'google-github-actions/auth@71fee32a0bb7e97b4d33d548e7d957010649d8fa' # v2.1.3
5251
with:
53-
workload_identity_provider: 'projects/949737848314/locations/global/workloadIdentityPools/iam-deny-test-pool/providers/iam-deny-test-provider'
54-
service_account: 'kokoro-ca@isakovf-iam-deny-samples.iam.gserviceaccount.com'
55-
create_credentials_file: true
56-
access_token_lifetime: 600s
57-
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
5856
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
5957
with:
6058
node-version: 16

0 commit comments

Comments
 (0)