1
1
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:
Jon Rohan 2018-06-28 11:06:22 -07:00
parent 55fe516860
commit 66f4e4954f
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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..."