1
0
Fork 0
mirror of https://github.com/jiriks74/presence.nvim synced 2025-04-06 20:33:00 +02:00

fix(ci/cd-stylua): Secret started with GITHUB_

This commit is contained in:
Jiří Štefka 2023-09-29 01:54:39 +02:00
parent 6bdbd89489
commit 8173cdf8fe
Signed by: jiriks74
GPG key ID: 1D5E30D3DB2264DE

View file

@ -1,7 +1,7 @@
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: JohnnyMorganz/stylua-action@v3 - uses: JohnnyMorganz/stylua-action@v3
with: 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 version: v0.8.2 # NOTE: we recommend pinning to a specific version in case of formatting changes
# CLI arguments # CLI arguments
args: --check . args: --check .