docs: add more infos about getting customer id for list_google_drive_… #304
This file contains 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: Main CI Workflow | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
types: [opened, synchronize, ready_for_review, reopened] | |
jobs: | |
setup-and-test: | |
uses: ./.github/workflows/unit-test.yml | |
with: | |
os: ubuntu-latest | |
secrets: inherit |