Skip to content

Commit fc01376

Browse files
authored
fix(ci/lint-build): add GH_TOKEN to environment (catppuccin#404)
1 parent ce0d1d2 commit fc01376

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/lint-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,5 @@ jobs:
4848

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

0 commit comments

Comments
 (0)