diff --git a/.github/workflows/dbt-docs-website.yml b/.github/workflows/dbt-docs-website.yml index 0806fc7..fb4e225 100644 --- a/.github/workflows/dbt-docs-website.yml +++ b/.github/workflows/dbt-docs-website.yml @@ -29,6 +29,7 @@ jobs: - id: 'auth' uses: 'google-github-actions/auth@v2' with: + project_id: 'hubble-261722' credentials_json: "${{ secrets.CREDS_PROD_HUBBLE }}" - name: Install dependencies