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.
1 parent 11242da commit 988500eCopy full SHA for 988500e
1 file changed
.github/workflows/audit_consumers.yml
@@ -23,3 +23,5 @@ jobs:
23
- run: npm run build
24
- run: npm run audit-consumers --silent | tee issue-body.md
25
- run: gh issue create --title "web-features consumers report for $(date -I)" --label generated --body-file issue-body.md
26
+ env:
27
+ GH_TOKEN: ${{ github.token }}
0 commit comments