Skip to content

Commit 8aed200

Browse files
committed
fix(ci): missing token for stylua
1 parent 5ceae25 commit 8aed200

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/stylua.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: JohnnyMorganz/stylua-action@v3
1313
with:
14+
token: ${{ secrets.GITHUB_TOKEN }}
1415
version: latest
1516
args: --color always --check lua

0 commit comments

Comments
 (0)