Skip to content

Commit

Permalink
Add missing TABLE_MODEL_ID env var
Browse files Browse the repository at this point in the history
  • Loading branch information
ace-n committed Nov 15, 2022
1 parent 167aff7 commit 077f5d2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/automl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ jobs:
create_credentials_file: 'true'
credentials_json: '${{ secrets.GOOGLE_CREDENTIALS }}'
access_token_lifetime: 600s
- id: secrets
uses: 'google-github-actions/get-secretmanager-secrets@v0'
with:
secrets: |-
table_model_id:nodejs-docs-samples-tests/nodejs-docs-samples-table-model-id
- uses: actions/setup-node@v3
with:
node-version: 14
Expand Down

0 comments on commit 077f5d2

Please sign in to comment.