From 2b43c05def83dfefed2b04eadd54b30fafd4daa9 Mon Sep 17 00:00:00 2001 From: Laveena Enid <109572422+laveena-en@users.noreply.github.com> Date: Fri, 21 Feb 2025 11:07:49 +0530 Subject: [PATCH] chore: updated the ci config files with the hubspot token (#39384) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit /ok-to-test tags="@tag.Snowflake"## Description > [!TIP] > _Add a TL;DR when the description is longer than 500 words or extremely technical (helps the content, marketing, and DevRel team)._ > > _Please also include relevant motivation and context. List any dependencies that are required for this change. Add links to Notion, Figma or any other documents that might be relevant to the PR._ Fixes #`Issue Number` _or_ Fixes `Issue URL` > [!WARNING] > _If no issue exists, please create an issue first, and check with the maintainers if the issue is valid._ ## Automation /ok-to-test tags="" ### :mag: Cypress test results > [!TIP] > 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉 > Workflow run: > Commit: d4e4d31e4e5086fcf4d93e76a3f7346b1301e81f > Cypress dashboard. > Tags: `@tag.Snowflake` > Spec: >
Fri, 21 Feb 2025 02:33:22 UTC ## Communication Should the DevRel and Marketing teams inform users about this change? - [ ] Yes - [ ] No ## Summary by CodeRabbit - **Chores** - Enhanced our automated testing configuration by including secure integration credentials in the test workflows. --------- Signed-off-by: Laveena Enid --- .github/workflows/ci-test-custom-script.yml | 1 + .github/workflows/ci-test-hosted.yml | 1 + .github/workflows/ci-test-limited-with-count.yml | 1 + .github/workflows/ci-test-limited.yml | 1 + 4 files changed, 4 insertions(+) diff --git a/.github/workflows/ci-test-custom-script.yml b/.github/workflows/ci-test-custom-script.yml index cc67dddb0e..14d2ba7de6 100644 --- a/.github/workflows/ci-test-custom-script.yml +++ b/.github/workflows/ci-test-custom-script.yml @@ -370,6 +370,7 @@ jobs: CYPRESS_SNOWFLAKE_ACCOUNT_NAME: ${{ secrets.SNOWFLAKE_ACCOUNT_NAME }} CYPRESS_SNOWFLAKE_USERNAME: ${{ secrets.SNOWFLAKE_USERNAME }} CYPRESS_SNOWFLAKE_PASSWORD: ${{ secrets.SNOWFLAKE_PASSWORD }} + CYPRESS_HUBSPOT_TOKEN: ${{ secrets.HUBSPOT_TOKEN }} NODE_ENV: development GITHUB_WORKFLOW : ${{ github.workflow }} run: | diff --git a/.github/workflows/ci-test-hosted.yml b/.github/workflows/ci-test-hosted.yml index 48eed24385..7ccd617387 100644 --- a/.github/workflows/ci-test-hosted.yml +++ b/.github/workflows/ci-test-hosted.yml @@ -247,6 +247,7 @@ jobs: CYPRESS_SNOWFLAKE_ACCOUNT_NAME: ${{ secrets.SNOWFLAKE_ACCOUNT_NAME }} CYPRESS_SNOWFLAKE_USERNAME: ${{ secrets.SNOWFLAKE_USERNAME }} CYPRESS_SNOWFLAKE_PASSWORD: ${{ secrets.SNOWFLAKE_PASSWORD }} + CYPRESS_HUBSPOT_TOKEN: ${{ secrets.HUBSPOT_TOKEN }} NODE_ENV: development GITHUB_WORKFLOW : ${{ github.workflow }} run: | diff --git a/.github/workflows/ci-test-limited-with-count.yml b/.github/workflows/ci-test-limited-with-count.yml index 2faf3943fb..cf9be992f9 100644 --- a/.github/workflows/ci-test-limited-with-count.yml +++ b/.github/workflows/ci-test-limited-with-count.yml @@ -426,6 +426,7 @@ jobs: CYPRESS_SNOWFLAKE_ACCOUNT_NAME: ${{ secrets.SNOWFLAKE_ACCOUNT_NAME }} CYPRESS_SNOWFLAKE_USERNAME: ${{ secrets.SNOWFLAKE_USERNAME }} CYPRESS_SNOWFLAKE_PASSWORD: ${{ secrets.SNOWFLAKE_PASSWORD }} + CYPRESS_HUBSPOT_TOKEN: ${{ secrets.HUBSPOT_TOKEN }} NODE_ENV: development GITHUB_WORKFLOW : ${{ github.workflow }} run: | diff --git a/.github/workflows/ci-test-limited.yml b/.github/workflows/ci-test-limited.yml index da0343642d..5a140dd58b 100644 --- a/.github/workflows/ci-test-limited.yml +++ b/.github/workflows/ci-test-limited.yml @@ -342,6 +342,7 @@ jobs: CYPRESS_SNOWFLAKE_ACCOUNT_NAME: ${{ secrets.SNOWFLAKE_ACCOUNT_NAME }} CYPRESS_SNOWFLAKE_USERNAME: ${{ secrets.SNOWFLAKE_USERNAME }} CYPRESS_SNOWFLAKE_PASSWORD: ${{ secrets.SNOWFLAKE_PASSWORD }} + CYPRESS_HUBSPOT_TOKEN: ${{ secrets.HUBSPOT_TOKEN }} GITHUB_WORKFLOW : ${{ github.workflow }} with: browser: ${{ env.BROWSER_PATH }}