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 895d7b4 commit 80a6106Copy full SHA for 80a6106
.github/workflows/bundle-compare.yml
@@ -35,6 +35,7 @@ jobs:
35
id: base-run
36
env:
37
WORKFLOW_ID: ${{ github.event.workflow_run.workflow_id || 64771488 }}
38
+ GH_TOKEN: ${{ github.token }}
39
run: |
40
ID=$(gh run list -c 95f43b01b7790b2af237d3dd6f015d2212dd495f -w $WORKFLOW_ID -L 1 --json databaseId --jq ".[].databaseId")
41
echo "run_id=$ID" >> $GITHUB_OUTPUT
@@ -45,6 +46,7 @@ jobs:
45
46
name: webpack-stats
47
path: base-stats
48
run-id: ${{ steps.base-run.outputs.run_id }}
49
+ github-token: ${{ secrets.GITHUB_TOKEN }}
50
51
- uses: github/webpack-bundlesize-compare-action@89161bb25577f08577ce053c3264c0e3b7d7558f # v2.1.0
52
with:
0 commit comments