diff --git a/.github/workflows/sample.yaml b/.github/workflows/sample.yaml index 352876bdb..b0b564f69 100644 --- a/.github/workflows/sample.yaml +++ b/.github/workflows/sample.yaml @@ -80,7 +80,7 @@ jobs: - uses: mattes/gce-cloudsql-proxy-action@v1 with: - creds: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }} + creds: ${{ steps.auth.outputs.credentials_file_path }} instance: ${{ steps.secrets.outputs.POSTGRES_CONNECTION_NAME }}