We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 565ac4d commit 27afecfCopy full SHA for 27afecf
.github/workflows/cd-workflow.yaml
@@ -86,6 +86,14 @@ jobs:
86
- name: Checkout Repository
87
uses: actions/checkout@v4
88
89
+ - name: Authenticate to Google Cloud
90
+ id: auth
91
+ uses: google-github-actions/auth@v2
92
+ with:
93
+ create_credentials_file: true
94
+ workload_identity_provider: ${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER }}
95
+ service_account: ${{ secrets.GCP_DEPLOY_SA }}
96
+
97
- name: Deploy to Cloud Run
98
id: deploy
99
uses: google-github-actions/deploy-cloudrun@v2
0 commit comments