Skip to content

Commit cdbb031

Browse files
authored
Merge pull request #35 from KidiIT/KidiIT-patch-15
Create FUNDING.yml
2 parents 8de1306 + 19dd3a2 commit cdbb031

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/FUNDING.yml

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

0 commit comments

Comments
 (0)