Skip to content

Commit e05bab8

Browse files
authored
Merge pull request #105 from KidiIT/KidiIT-patch-24
Create FUNDING.yml
2 parents 34f9a9a + 9c1f323 commit e05bab8

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

FUNDING.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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]

0 commit comments

Comments
 (0)