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 cd160c9 commit 7497dcaCopy full SHA for 7497dca
.github/workflows/file-upload-service-deploy.yml
@@ -13,11 +13,15 @@ jobs:
13
- name: Checkout Repository
14
uses: actions/checkout@v3
15
16
+ - name: Set up Google Cloud authentication
17
+ uses: google-github-actions/auth@v2
18
+ with:
19
+ credentials_json: ${{ secrets.GCP_SA_KEY }}
20
+
21
- name: Setup Cloud SDK
22
uses: google-github-actions/setup-gcloud@v2
23
with:
24
project_id: ${{ secrets.GCP_PROJECT_ID }}
- service_account_key: ${{ secrets.GCP_SA_KEY }}
25
export_default_credentials: true
26
27
- name: Deploy to Google Cloud Functions
0 commit comments