Skip to content

Commit 6484c6d

Browse files
udapte ci
1 parent 35ee796 commit 6484c6d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
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:
@@ -17,6 +17,7 @@ jobs:
1717
- name: Find Last CommitId
1818
run: |
1919
API_HOST=https://api.github.com
20+
2021
# Check out the PR branch
2122
git checkout $GITHUB_HEAD_REF
2223
# Get the commit ID of the last commit
@@ -36,6 +37,6 @@ jobs:
3637

3738
- name: Execute storybook build
3839
run: |
39-
smartui --version
40+
smartui --version
4041
smartui config create .smartui.json
41-
smartui storybook ./storybook-static --config .smartui.json
42+
smartui storybook ./18c18586-e375-4f83-b871-4bfec453c5ef --config .smartui.json

0 commit comments

Comments
 (0)