We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
GH_TOKEN
gh pr create
1 parent 4e47f21 commit f3989bdCopy full SHA for f3989bd
.github/workflows/update-lexicons.yml
@@ -38,6 +38,7 @@ jobs:
38
if: ${{ steps.check-version-change.outputs.VERSION_CHANGED == 'yes' }}
39
env:
40
BRANCH_NAME: gh-actions-update-lexicons
41
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42
run: |
43
git config user.name "github-actions[bot]"
44
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
0 commit comments