mirror of
https://github.com/jiriks74/presence.nvim
synced 2025-04-05 12:03:00 +02:00
fix(ci/cd-stylua): Secret started with GITHUB_
This commit is contained in:
parent
6bdbd89489
commit
8173cdf8fe
1 changed files with 1 additions and 1 deletions
2
.github/workflows/stylua.yml
vendored
2
.github/workflows/stylua.yml
vendored
|
@ -1,7 +1,7 @@
|
|||
- uses: actions/checkout@v3
|
||||
- uses: JohnnyMorganz/stylua-action@v3
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
token: ${{ secrets.GH_TOKEN }}
|
||||
version: v0.8.2 # NOTE: we recommend pinning to a specific version in case of formatting changes
|
||||
# CLI arguments
|
||||
args: --check .
|
||||
|
|
Loading…
Reference in a new issue