run the Google Cloud SQL Proxy in a GitHub Action's context
- Running Cloud SQL instance with a public IP address
- Service Account with Role
Cloud SQL Client
on:
push:
branches: [ master ]
jobs:
db-migrate:
runs-on: ubuntu-latest
steps:
- uses: ahmadnassri/action-google-cloud-sql-proxy@v1
with:
key: ${{ secrets.cloud-sql-json-key }}
connection: my-project:northamerica-northeast1:database
port: 5432
input | required | default | description |
---|---|---|---|
token | ✓ | - |
Service Account OIDC token |
connection | ✓ | - |
Cloud SQL connection name |
port | ✓ | - |
Listening port (MySQL: 3306, PostgreSQL: 5432, SQL Server: 1433) |
version | ✗ | 1.22.0-alpine |
Cloud SQL Proxy Version |
sleep | ✗ | 3 |
time between connection checks |
attempts | ✗ | 10 |
number of total connection checks |
Author: Ahmad Nassri • Twitter: @AhmadNassri