We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8af0691 commit 5ec8bacCopy full SHA for 5ec8bac
.github/workflows/emoji.yml
@@ -38,4 +38,4 @@ jobs:
38
run: |
39
gh pr create --title 'chore: Sync emoji data with GitHub emoji API' --body 'Found updated github emojis need to sync.' --base develop --reviewer docsifyjs/reviewers
40
env:
41
- GH_TOKEN: ${{ github.token }}
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments