From 888ad755af535171d1b5502d8451db60e69066e1 Mon Sep 17 00:00:00 2001 From: Eno Compton Date: Mon, 16 Oct 2023 10:41:25 -0600 Subject: [PATCH] try again --- .github/workflows/sample.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}