Skip to content

Commit 9c1f323

Browse files
authored
Create FUNDING.yml
Signed-off-by: KIDI'S-TECH <146373396+KidiIT@users.noreply.github.com>
1 parent 34f9a9a commit 9c1f323

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

FUNDING.yml

+23
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)