log in using GOOGLE_*_CREDENTIALS if present for CloudSQL import (#1136) #65
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Deploy CIMain | |
| on: | |
| push: | |
| branches: | |
| - 'main' | |
| jobs: | |
| trigger_cimain: | |
| uses: ./.github/workflows/cluster_tests.yml | |
| secrets: inherit | |
| with: | |
| workflow: deploy_cimain | |
| sha: ${{ github.sha }} |