Skip to content

Commit 9f1b948

Browse files
authored
Merge pull request #4 from KIDI-S-TECH/KidiIT-patch-1
Create FUNDING.yml
2 parents 0284338 + f04a462 commit 9f1b948

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

FUNDING.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
jobs:
2+
job_id:
3+
permissions:
4+
contents: 'read'
5+
id-token: 'write'
6+
7+
steps:
8+
9+
# ...
10+
11+
- uses: 'google-github-actions/auth@v2'
12+
with:
13+
workload_identity_provider: 'projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider'
14+
service_account: 'my-service-account@my-project.iam.gserviceaccount.com'
15+
16+
- uses: 'google-github-actions/deploy-cloudrun@v2'
17+
with:
18+
image: 'gcr.io/cloudrun/hello'
19+
service: 'hello-cloud-run'
20+
github: [KIDI’S TECH.com,kidiit]
21+
patreon: KIDI'S-TECH@patreon.com
22+
community_bridge: https://openprofile.dev/profile/kiditech
23+
custom: [https://github.com/KIDI-S-TECH, https://github.com/KidiIT]
24+

0 commit comments

Comments
 (0)