chore: updated the ci config files with the hubspot token (#39384)
/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="" ### 🔍 Cypress test results <!-- This is an auto-generated comment: Cypress test results --> > [!TIP] > 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉 > Workflow run: <https://github.com/appsmithorg/appsmith/actions/runs/13448661796> > Commit: d4e4d31e4e5086fcf4d93e76a3f7346b1301e81f > <a href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=13448661796&attempt=1" target="_blank">Cypress dashboard</a>. > Tags: `@tag.Snowflake` > Spec: > <hr>Fri, 21 Feb 2025 02:33:22 UTC <!-- end of auto-generated comment: Cypress test results --> ## Communication Should the DevRel and Marketing teams inform users about this change? - [ ] Yes - [ ] No <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Enhanced our automated testing configuration by including secure integration credentials in the test workflows. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Signed-off-by: Laveena Enid <laveena@appsmith.com>
This commit is contained in:
parent
1db0ad25fd
commit
2b43c05def
1
.github/workflows/ci-test-custom-script.yml
vendored
1
.github/workflows/ci-test-custom-script.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
1
.github/workflows/ci-test-hosted.yml
vendored
1
.github/workflows/ci-test-hosted.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
|
|
@ -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: |
|
||||
|
|
|
|||
1
.github/workflows/ci-test-limited.yml
vendored
1
.github/workflows/ci-test-limited.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user