Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit be7ab40

Browse files
committed
ci: set env variable
1 parent d66fdd8 commit be7ab40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ jobs:
7676

7777
- name: Publish Storybook to GH Pages 🕸
7878
run: yarn deploy-storybook --ci --host-token-env-variable=GITHUB_TOKEN
79+
env:
80+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7981

8082
- name: Publish Storybook to chromatic 🧪
8183
uses: chromaui/action@v1

0 commit comments

Comments
 (0)