Skip to content

Commit 2a27772

Browse files
committed
chore: add GIT_TOKEN
1 parent 12cda90 commit 2a27772

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,6 +8,8 @@ jobs:
88
release-to-npm:
99
name: NPM
1010
uses: node-modules/github-actions/.github/workflows/npm-release.yml@npm-trusted-publish
11+
secrets:
12+
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
1113
with:
1214
action_ref: npm-trusted-publish
1315
dryRun: true

0 commit comments

Comments
 (0)