Skip to content

Commit f3989bd

Browse files
authored
ci: add missing GH_TOKEN env for gh pr create command (#40)
1 parent 4e47f21 commit f3989bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-lexicons.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
if: ${{ steps.check-version-change.outputs.VERSION_CHANGED == 'yes' }}
3939
env:
4040
BRANCH_NAME: gh-actions-update-lexicons
41+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4142
run: |
4243
git config user.name "github-actions[bot]"
4344
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"

0 commit comments

Comments
 (0)