diff --git a/.github/workflows/docker-dev-release.yml b/.github/workflows/docker-dev-release.yml index 643865499..b3a461b85 100644 --- a/.github/workflows/docker-dev-release.yml +++ b/.github/workflows/docker-dev-release.yml @@ -46,6 +46,11 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GCP_SA_KEY: ${{ secrets.GCP_SA_KEY }} + - name: Authenticate to Google Cloud + uses: google-github-actions/auth@v2 + with: + credentials_json: ${{ secrets.GCP_SA_KEY }} + - name: Get Build Information id: build_info run: |