|
| 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] |
0 commit comments