Skip to content

Commit 45cc033

Browse files
committed
Pass GITHUB_TOKEN when running mise
1 parent 45a7f69 commit 45cc033

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
set -x
2828
curl https://mise.run | sh
2929
mise install
30+
env:
31+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3032
- name: Run precious
3133
run: |
3234
mise exec -- precious lint -a

0 commit comments

Comments
 (0)