We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 688f7f7 commit 3583bb9Copy full SHA for 3583bb9
.github/workflows/automl.yaml
@@ -33,6 +33,11 @@ jobs:
33
create_credentials_file: 'true'
34
credentials_json: '${{ secrets.GOOGLE_CREDENTIALS }}'
35
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
41
- uses: actions/setup-node@v3
42
with:
43
node-version: 14
@@ -44,6 +49,7 @@ jobs:
44
49
MOCHA_REPORTER_SUITENAME: automl
45
50
MOCHA_REPORTER_OUTPUT: automl_sponge_log.xml
46
51
MOCHA_REPORTER: xunit
52
+ TABLE_MODEL_ID: ${{ steps.secrets.outputs.table_model_id }}
47
53
- if: ${{ github.event.action == 'labeled' && github.event.label.name == 'actions:force-run' }}
48
54
uses: actions/github-script@v6
55
0 commit comments