From 487508ec6b8146c83654d31f71403c744b501f40 Mon Sep 17 00:00:00 2001 From: Jon Rohan Date: Mon, 29 Mar 2021 14:19:09 -0700 Subject: [PATCH] Use primer-css's token --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 940c389c..b41ef783 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }}