Skip to content

Commit 51521cb

Browse files
committed
ci: use GH_STATUS_TOKEN for commit-status
1 parent 191e056 commit 51521cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/publish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ fi
3131

3232
context="npm publish primer"
3333

34-
export GH_TOKEN=$GITHUB_TOKEN
34+
export GH_STATUS_TOKEN=$GITHUB_TOKEN
3535
npx commit-status $context pending "publishing $version..."
3636

3737
script/prepublish

0 commit comments

Comments
 (0)