Skip to content

Commit

Permalink
fix workflow chomp token
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Aug 13, 2023
1 parent 5019eda commit 395c86c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/size-impact.yml
Expand Up @@ -18,6 +18,8 @@ jobs:
uses: actions/setup-node@v3
- name: Setup Chomp
uses: guybedford/chomp-action@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: npm install
- name: Report file size impact
run: node ./.github/workflows/size-impact/report-size-impact.mjs
Expand Down

0 comments on commit 395c86c

Please sign in to comment.