Skip to content

Commit

Permalink
fix(ci/lint-build): add GH_TOKEN to environment (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses authored Dec 15, 2023
1 parent ce0d1d2 commit fc01376
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,5 @@ jobs:

- name: Upload Release Artifacts
run: gh release upload --clobber all-userstyles-export ./dist
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit fc01376

Please sign in to comment.