mirror of
https://github.com/primer/css.git
synced 2024-12-01 12:42:32 +03:00
Trying the token already there
This commit is contained in:
parent
55fe516860
commit
66f4e4954f
@ -11,7 +11,7 @@ then
|
||||
# Build and publish storybook
|
||||
# test. TODO: REMOVE
|
||||
$(npm bin)/build-storybook -o build
|
||||
$(npm bin)/gh-pages -d build -b gh-pages -r https://${GH_TOKEN}@github.com/primer/storybook
|
||||
$(npm bin)/gh-pages -d build -b gh-pages -r https://${GITHUB_AUTH}@github.com/primer/storybook
|
||||
|
||||
script/release-pr --yes
|
||||
fi
|
||||
|
@ -10,7 +10,7 @@ $(npm bin)/lerna exec -- $(pwd)/script/try-publish
|
||||
|
||||
# Build and publish storybook
|
||||
$(npm bin)/build-storybook -o build
|
||||
$(npm bin)/gh-pages -d build -b gh-pages -r https://${GH_TOKEN}@github.com/primer/storybook
|
||||
$(npm bin)/gh-pages -d build -b gh-pages -r https://${GITHUB_AUTH}@github.com/primer/storybook
|
||||
|
||||
echo "📓 Updated CHANGELOG..."
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user