Skip to content

Commit 30f23ae

Browse files
committed
chore(ci): pass env token
1 parent 7073258 commit 30f23ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,6 @@ jobs:
9191
git add .
9292
git commit -m "chore(): update package lock files"
9393
git push
94+
env:
95+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9496
shell: bash

0 commit comments

Comments
 (0)