1
1
mirror of https://github.com/primer/css.git synced 2025-01-01 18:53:34 +03:00

Use primer-css's token

This commit is contained in:
Jon Rohan 2021-03-29 14:19:09 -07:00 committed by GitHub
parent 39c217ff49
commit 487508ec6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,5 +33,5 @@ jobs:
# This expects you to have a script called release which does a build for your packages and calls changeset publish
publish: yarn release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GPR_AUTH_TOKEN_SHARED }}
NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN_SHARED }}