Skip to content

Commit e6221d8

Browse files
authored
Merge pull request #16 from KidiIT/KidiIT-patch-14
Create FUNDING.yml
2 parents 6df87c5 + 4659325 commit e6221d8

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

Diff for: .github/FUNDING.yml

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

0 commit comments

Comments
 (0)