Skip to content

Commit a5e8489

Browse files
muncuspattishin
andauthored
Apply suggestions from code review
Co-authored-by: Patti Shin <[email protected]>
1 parent afe9460 commit a5e8489

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ai-platform-snippets.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Run Tests
7979
run: make test dir=ai-platform/snippets
8080
env:
81-
GOOGLE_SAMPLES_PROJECT: "nodejs-docs-samples-tests"
81+
GOOGLE_SAMPLES_PROJECT: "long-door-651"
8282
LOCATION: ${{ steps.secrets.outputs.location }}
8383
CAIP_PROJECT_ID: ${{ steps.secrets.outputs.caip_id }}
8484
- name: upload test results for FlakyBot workflow

.github/workflows/dialogflow-cx.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Run Tests
7979
run: make test dir=dialogflow-cx
8080
env:
81-
GOOGLE_SAMPLES_PROJECT: "nodejs-docs-samples-tests"
81+
GOOGLE_SAMPLES_PROJECT: "long-door-651"
8282
AGENT_ID: ${{ steps.secrets.outputs.agent_id }}
8383
TEST_ID: ${{ steps.secrets.outputs.test_id }}
8484
AGENT_PROJECT_ID: nodejs-docs-samples-tests

.github/workflows/functions-slack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Run Tests
7979
run: make test dir=functions/slack
8080
env:
81-
GOOGLE_SAMPLES_PROJECT: "nodejs-docs-samples-tests"
81+
GOOGLE_SAMPLES_PROJECT: "long-door-651"
8282
SLACK_SECRET: ${{ steps.secrets.outputs.slack_secret }}
8383
KG_API_KEY: ${{ steps.secrets.outputs.kg_api_key }}
8484
- name: upload test results for FlakyBot workflow

.github/workflows/utils/ci-secrets.yaml.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- name: Run Tests
8080
run: make test dir={{ path }}
8181
env:
82-
GOOGLE_SAMPLES_PROJECT: "nodejs-docs-samples-tests"
82+
GOOGLE_SAMPLES_PROJECT: "long-door-651"
8383
# TODO: Update environment variables
8484
SECRET_1: ${% raw %}{{ steps.secrets.outputs.secret_key_1 }}{% endraw %}
8585
SECRET_2: ${% raw %}{{ steps.secrets.outputs.secret_key_2 }}{% endraw %}

0 commit comments

Comments
 (0)