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 ef72dfb commit ab1564dCopy full SHA for ab1564d
.github/workflows/pipeline.yaml
@@ -2,9 +2,9 @@ name: Tech Report API Pipeline
2
3
on: [push]
4
5
-# env:
6
-# PIPELINE_PROJECT_ID: ${{ secrets.GCP_PROJECT_ID }}
7
-# PIPELINE_SA_KEY: ${{ secrets.GCP_SA_KEY }}
+env:
+ PIPELINE_PROJECT_ID: ${{ secrets.GCP_PROJECT_ID }}
+ PIPELINE_SA_KEY: ${{ secrets.GCP_SA_KEY }}
8
9
jobs:
10
test:
@@ -33,9 +33,9 @@ jobs:
33
- uses: actions/checkout@v4
34
- name: Google Cloud Auth
35
uses: 'google-github-actions/auth@v2'
36
- # with:
37
- # project_id: ${{ env.PIPELINE_PROJECT_ID }}
38
- # credentials_json: ${{ env.PIPELINE_SA_KEY }}
+ with:
+ project_id: ${{ env.PIPELINE_PROJECT_ID }}
+ credentials_json: ${{ env.PIPELINE_SA_KEY }}
39
40
- name: Setup Terraform
41
uses: hashicorp/setup-terraform@v3
0 commit comments