We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8de1306 + 19dd3a2 commit cdbb031Copy full SHA for cdbb031
.github/FUNDING.yml
@@ -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
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