From 0f95c801d4e5ec494fd3f2e1d01cccc896a70758 Mon Sep 17 00:00:00 2001 From: KIDI'S-TECH <146373396+KidiIT@users.noreply.github.com> Date: Thu, 28 Dec 2023 17:20:18 +0100 Subject: [PATCH] Create FUNDING.yml Signed-off-by: KIDI'S-TECH <146373396+KidiIT@users.noreply.github.com> --- .github/FUNDING.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..aa1009e --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,24 @@ +# These are supported funding model platforms +jobs: + job_id: + permissions: + contents: 'read' + id-token: 'write' + + steps: + + # ... + + - uses: 'google-github-actions/auth@v2' + with: + workload_identity_provider: 'projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider' + service_account: 'my-service-account@my-project.iam.gserviceaccount.com' + + - uses: 'google-github-actions/deploy-cloudrun@v2' + with: + image: 'gcr.io/cloudrun/hello' + service: 'hello-cloud-run' +github: [KIDI’S TECH.com,kidiit] +patreon: KIDI'S-TECH@patreon.com +community_bridge: https://openprofile.dev/profile/kiditech +custom: [https://github.com/KIDI-S-TECH, https://github.com/KidiIT]