diff --git a/.github/workflows/deploy_to_qa.yml b/.github/workflows/deploy_to_qa.yml index c063180..93c28fb 100644 --- a/.github/workflows/deploy_to_qa.yml +++ b/.github/workflows/deploy_to_qa.yml @@ -21,7 +21,8 @@ jobs: steps: - name: Login - uses: GoogleCloudPlatform/github-actions/setup-gcloud@master + uses: google-github-actions/setup-gcloud@master + with: GCP_PROJECT_ID: ${{ secrets.GCP_QA_PROJECT_ID }} service_account_email: ${{ secrets.GCP_QA_EMAIL }}