Skip to content

Commit 3583bb9

Browse files
author
ace-n
committed
Add missing TABLE_MODEL_ID env var
1 parent 688f7f7 commit 3583bb9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/automl.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ jobs:
3333
create_credentials_file: 'true'
3434
credentials_json: '${{ secrets.GOOGLE_CREDENTIALS }}'
3535
access_token_lifetime: 600s
36+
- id: secrets
37+
uses: 'google-github-actions/get-secretmanager-secrets@v0'
38+
with:
39+
secrets: |-
40+
table_model_id:nodejs-docs-samples-tests/nodejs-docs-samples-table-model-id
3641
- uses: actions/setup-node@v3
3742
with:
3843
node-version: 14
@@ -44,6 +49,7 @@ jobs:
4449
MOCHA_REPORTER_SUITENAME: automl
4550
MOCHA_REPORTER_OUTPUT: automl_sponge_log.xml
4651
MOCHA_REPORTER: xunit
52+
TABLE_MODEL_ID: ${{ steps.secrets.outputs.table_model_id }}
4753
- if: ${{ github.event.action == 'labeled' && github.event.label.name == 'actions:force-run' }}
4854
uses: actions/github-script@v6
4955
with:

0 commit comments

Comments
 (0)