Skip to content

Commit

Permalink
How about no creds?
Browse files Browse the repository at this point in the history
  • Loading branch information
clarmso committed Feb 21, 2024
1 parent 0b35d02 commit 506f10d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/staging-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
- name: Connect to GCP bucket
run: |
which sqlcmd
sqlcmd -S tcp:127.0.0.1,${{ secrets.CLOUD_SQL_DATABASE_PORT }} -U ${{ secrets.CLOUD_SQL_DATABASE_USERNAME }} -P ${{ secrets.CLOUD_SQL_DATABASE_PASSWORD }}
sqlcmd

0 comments on commit 506f10d

Please sign in to comment.