We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35ee796 commit 6484c6dCopy full SHA for 6484c6d
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ on:
5
- master
6
7
env:
8
- PROJECT_TOKEN: ${{ secrets.PROJECT_TOKEN }}
+ PROJECT_TOKEN: 1868537#0465f107-cb19-470b-80b3-ccdf3fe9a263#cypress
9
10
jobs:
11
smartui-gihub-action:
@@ -17,6 +17,7 @@ jobs:
17
- name: Find Last CommitId
18
run: |
19
API_HOST=https://api.github.com
20
+
21
# Check out the PR branch
22
git checkout $GITHUB_HEAD_REF
23
# Get the commit ID of the last commit
@@ -36,6 +37,6 @@ jobs:
36
37
38
- name: Execute storybook build
39
- smartui --version
40
+ smartui --version
41
smartui config create .smartui.json
- smartui storybook ./storybook-static --config .smartui.json
42
+ smartui storybook ./18c18586-e375-4f83-b871-4bfec453c5ef --config .smartui.json
0 commit comments