From eb6b75084278fa7ce174c4d54c866a65163a8166 Mon Sep 17 00:00:00 2001 From: parthkirsan Date: Wed, 25 Jun 2025 19:18:19 +0530 Subject: [PATCH 1/3] fix ci-6 --- .github/workflows/ci.yml | 2 +- src/stories/Header.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a83fad..f87e47a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ on: - master env: - PROJECT_TOKEN: ${{ secrets.PROJECT_TOKEN }} + PROJECT_TOKEN: 1868537#0465f107-cb19-470b-80b3-ccdf3fe9a263#cypress jobs: smartui-gihub-action: diff --git a/src/stories/Header.jsx b/src/stories/Header.jsx index 988e53a..938c8ad 100644 --- a/src/stories/Header.jsx +++ b/src/stories/Header.jsx @@ -24,7 +24,7 @@ export const Header = ({ user, onLogin, onLogout, onCreateAccount }) => ( /> -

Changes for Github PR

+

Changes for Github PR 6

{user ? ( From fcefac55e76dca2031b23c6fb712e328938c847e Mon Sep 17 00:00:00 2001 From: parthkirsan Date: Wed, 25 Jun 2025 19:23:47 +0530 Subject: [PATCH 2/3] fix ci-7 --- src/stories/Header.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stories/Header.jsx b/src/stories/Header.jsx index 938c8ad..eca18d6 100644 --- a/src/stories/Header.jsx +++ b/src/stories/Header.jsx @@ -24,7 +24,7 @@ export const Header = ({ user, onLogin, onLogout, onCreateAccount }) => ( /> -

Changes for Github PR 6

+

Changes for Github PR 7

{user ? ( From cfc9ae59fe7e18d1f6fe6e1dcd77e47c1f3953b4 Mon Sep 17 00:00:00 2001 From: parthkirsan Date: Wed, 25 Jun 2025 19:27:20 +0530 Subject: [PATCH 3/3] fix ci-8 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f87e47a..6dea1f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: - name: Install Dependencies run: | npm install - npm install @lambdatest/smartui-storybook@1.1.18 -g + npm install @lambdatest/smartui-storybook -g - name: Create storybook static build run: npm run build-storybook