We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34f9a9a commit 9c1f323Copy full SHA for 9c1f323
FUNDING.yml
@@ -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
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