We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c211af commit f618890Copy full SHA for f618890
.github/workflows/bench.yaml
@@ -31,7 +31,6 @@ jobs:
31
id: create-comment
32
if: ${{ github.event_name == 'pull_request' }}
33
with:
34
- github-token: ${{ secrets.PAT }}
35
script: |
36
const report = require('./report.js');
37
report({ github, context });
0 commit comments