Skip to content

Commit eb6b750

Browse files
fix ci-6
1 parent c452599 commit eb6b750

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- master
66

77
env:
8-
PROJECT_TOKEN: ${{ secrets.PROJECT_TOKEN }}
8+
PROJECT_TOKEN: 1868537#0465f107-cb19-470b-80b3-ccdf3fe9a263#cypress
99

1010
jobs:
1111
smartui-gihub-action:

src/stories/Header.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const Header = ({ user, onLogin, onLogout, onCreateAccount }) => (
2424
/>
2525
</g>
2626
</svg>
27-
<h1>Changes for Github PR</h1>
27+
<h1>Changes for Github PR 6</h1>
2828
</div>
2929
<div>
3030
{user ? (

0 commit comments

Comments
 (0)