From cd5a4cba67547ee2b7f3e400ce258e5571192c63 Mon Sep 17 00:00:00 2001 From: TayunCodes Date: Wed, 8 Jan 2025 11:51:01 -0500 Subject: [PATCH] gave checkout permissions --- .github/workflows/prettier.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prettier.yaml b/.github/workflows/prettier.yaml index dadaad0..f58cb11 100644 --- a/.github/workflows/prettier.yaml +++ b/.github/workflows/prettier.yaml @@ -19,6 +19,8 @@ jobs: contents: write steps: - uses: actions/checkout@v3 + with: + token: ${{ secrets.WORKFLOW_TOKEN }} - uses: pnpm/action-setup@v2 with: version: 8 @@ -35,5 +37,3 @@ jobs: run: pnpm check - name: Auto-commit changes uses: stefanzweifel/git-auto-commit-action@v5 - with: - token: ${{ secrets.WORKFLOW_TOKEN }} \ No newline at end of file