From 8054702b4d8272907744f4d6545d1916fd0d5329 Mon Sep 17 00:00:00 2001 From: Eno Compton Date: Mon, 16 Oct 2023 10:35:25 -0600 Subject: [PATCH] fix --- .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 b9c35f8ca..352876bdb 100644 --- a/.github/workflows/sample.yaml +++ b/.github/workflows/sample.yaml @@ -81,6 +81,6 @@ jobs: - uses: mattes/gce-cloudsql-proxy-action@v1 with: creds: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }} - instance: my-project:us-central1:instance-1 + instance: ${{ steps.secrets.outputs.POSTGRES_CONNECTION_NAME }}