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 }}