Skip to content

Commit baabae9

Browse files
committed
chore: add GIT_TOKEN
1 parent 8f2ed13 commit baabae9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ jobs:
88
release:
99
name: Node.js
1010
uses: node-modules/github-actions/.github/workflows/npm-release.yml@master
11+
secrets:
12+
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}

0 commit comments

Comments
 (0)