From 8173cdf8feaeddd467f7664326f3dd2f516dcfc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20=C5=A0tefka?= Date: Fri, 29 Sep 2023 01:54:39 +0200 Subject: [PATCH] fix(ci/cd-stylua): Secret started with GITHUB_ --- .github/workflows/stylua.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stylua.yml b/.github/workflows/stylua.yml index 5d53eec..a392ee7 100644 --- a/.github/workflows/stylua.yml +++ b/.github/workflows/stylua.yml @@ -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 .