diff --git a/.github/workflows/size.yml b/.github/workflows/size.yml index d753c45..6a92a14 100644 --- a/.github/workflows/size.yml +++ b/.github/workflows/size.yml @@ -14,4 +14,6 @@ jobs: CI_JOB_NUMBER: 1 steps: - uses: actions/checkout@v1 - - uses: andresz1/size-limit-action@v1 \ No newline at end of file + - uses: andresz1/size-limit-action@v1 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file