Skip to content

Commit a887c99

Browse files
Update storybook.yml
1 parent 4644409 commit a887c99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/storybook.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ jobs:
1010
uses: actions/[email protected]
1111
with:
1212
persist-credentials: false
13-
- name: Install 🔧
13+
- name: npm Install
1414
run: npm install
15-
- name: Build 🔧
15+
- name: npm Build
1616
run: npm run build:storybook
1717
- name: Deploy 🚀
1818
uses: JamesIves/[email protected]
1919
with:
20-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20+
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
2121
BRANCH: master # The branch the action should deploy to.
2222
FOLDER: storybook-static # The folder that the build-storybook script generates files.
2323
CLEAN: true # Automatically remove deleted files from the deploy branch

0 commit comments

Comments
 (0)