diff --git a/.github/workflows/lint-build.yml b/.github/workflows/lint-build.yml index b01880f956..6372a33d0a 100644 --- a/.github/workflows/lint-build.yml +++ b/.github/workflows/lint-build.yml @@ -48,3 +48,5 @@ jobs: - name: Upload Release Artifacts run: gh release upload --clobber all-userstyles-export ./dist + env: + GH_TOKEN: ${{ github.token }}