Skip to content

Commit 80a6106

Browse files
committed
fixup!
1 parent 895d7b4 commit 80a6106

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/bundle-compare.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
id: base-run
3636
env:
3737
WORKFLOW_ID: ${{ github.event.workflow_run.workflow_id || 64771488 }}
38+
GH_TOKEN: ${{ github.token }}
3839
run: |
3940
ID=$(gh run list -c 95f43b01b7790b2af237d3dd6f015d2212dd495f -w $WORKFLOW_ID -L 1 --json databaseId --jq ".[].databaseId")
4041
echo "run_id=$ID" >> $GITHUB_OUTPUT
@@ -45,6 +46,7 @@ jobs:
4546
name: webpack-stats
4647
path: base-stats
4748
run-id: ${{ steps.base-run.outputs.run_id }}
49+
github-token: ${{ secrets.GITHUB_TOKEN }}
4850

4951
- uses: github/webpack-bundlesize-compare-action@89161bb25577f08577ce053c3264c0e3b7d7558f # v2.1.0
5052
with:

0 commit comments

Comments
 (0)