From 92b2159f869d1da96197598f1970963b021968f4 Mon Sep 17 00:00:00 2001 From: Core <64542347+coredev-uk@users.noreply.github.com> Date: Thu, 4 Aug 2022 20:07:26 +0100 Subject: [PATCH] update --- .github/workflows/prettier.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 84cc774d..22fac083 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -21,4 +21,6 @@ jobs: - name: Prettify code uses: creyD/prettier_action@v4.2 with: - prettier_options: --write '**/*.{js,json,ts,css,less}' + # This part is also where you can pass other options, for example: + prettier_options: --write **/*.{js,json,ts,css,less} + github_token: ${{ secrets.RELEASE_TOKEN }}