diff --git a/.github/workflows/PreCommitUpdate.yml b/.github/workflows/PreCommitUpdate.yml index 120dc96..714ddf5 100644 --- a/.github/workflows/PreCommitUpdate.yml +++ b/.github/workflows/PreCommitUpdate.yml @@ -8,8 +8,8 @@ on: jobs: pre-commit-update: permissions: - pull-requests: write - contents: write + pull-requests: write + contents: write runs-on: ubuntu-latest steps: - uses: actions/checkout@v5