From 594f37f5f5836985d649cc3ef3abeac7ecc50b1a Mon Sep 17 00:00:00 2001 From: bitpredator <67551273+bitpredator@users.noreply.github.com> Date: Mon, 10 Jun 2024 11:09:06 +0200 Subject: [PATCH] Update StyLuaGitHubAction.yml --- .github/workflows/StyLuaGitHubAction.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/StyLuaGitHubAction.yml b/.github/workflows/StyLuaGitHubAction.yml index 3cf8e4642..bd9ecd08e 100644 --- a/.github/workflows/StyLuaGitHubAction.yml +++ b/.github/workflows/StyLuaGitHubAction.yml @@ -13,6 +13,8 @@ jobs: permissions: contents: write if: ${{ github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.label.name == 'format_all') }} + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - uses: actions/checkout@v3 with: @@ -26,4 +28,4 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} version: v0.18.0 - args: -- . \ No newline at end of file + args: -- . \ No newline at end of file