We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05e961d commit 9f6e27eCopy full SHA for 9f6e27e
.github/workflows/pull-requests-built-files.yml
@@ -66,6 +66,8 @@ jobs:
66
67
- name: Run Emoji precommit task
68
run: npm run grunt precommit:emoji
69
+ env:
70
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
71
72
- name: Run SASS precommit tasks
73
run: npm run grunt precommit:css
0 commit comments