diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 7b77b24..e2587d9 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -2,9 +2,9 @@ name: Tech Report API Pipeline on: [push] -# env: -# PIPELINE_PROJECT_ID: ${{ secrets.GCP_PROJECT_ID }} -# PIPELINE_SA_KEY: ${{ secrets.GCP_SA_KEY }} +env: + PIPELINE_PROJECT_ID: ${{ secrets.GCP_PROJECT_ID }} + PIPELINE_SA_KEY: ${{ secrets.GCP_SA_KEY }} jobs: test: @@ -33,9 +33,9 @@ jobs: - uses: actions/checkout@v4 - name: Google Cloud Auth uses: 'google-github-actions/auth@v2' - # with: - # project_id: ${{ env.PIPELINE_PROJECT_ID }} - # credentials_json: ${{ env.PIPELINE_SA_KEY }} + with: + project_id: ${{ env.PIPELINE_PROJECT_ID }} + credentials_json: ${{ env.PIPELINE_SA_KEY }} - name: Setup Terraform uses: hashicorp/setup-terraform@v3