Skip to content

Commit

Permalink
gave checkout permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
paragraph-dev committed Jan 8, 2025
1 parent d9b3884 commit cd5a4cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prettier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -35,5 +37,3 @@ jobs:
run: pnpm check
- name: Auto-commit changes
uses: stefanzweifel/git-auto-commit-action@v5
with:
token: ${{ secrets.WORKFLOW_TOKEN }}

0 comments on commit cd5a4cb

Please sign in to comment.