We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8a7b19 commit 63ef752Copy full SHA for 63ef752
.github/workflows/pkg-size-report.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Package size report
36
uses: pkg-size/action@v1
37
env:
38
- GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39
with:
40
hide-files: '*.{js,css}.map'
41
display-size: uncompressed, gzip
0 commit comments