File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 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]
You can’t perform that action at this time.
0 commit comments