Skip to content

Commit b87be89

Browse files
authored
ci: Add GH_TOKEN env var
1 parent 97a696e commit b87be89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,5 @@ jobs:
4444
npm ci
4545
npx semantic-release --ci
4646
env:
47+
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
4748
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)