diff --git a/.github/workflows/post-static-analysis.yml b/.github/workflows/post-static-analysis.yml index f0c2ae2c..3ec7b001 100644 --- a/.github/workflows/post-static-analysis.yml +++ b/.github/workflows/post-static-analysis.yml @@ -14,7 +14,7 @@ jobs: permissions: pull-requests: write # OPTIONAL: auto-closing conversations requires the `contents` permission - contents: write + contents: read steps: - name: Sleep for 30 seconds run: sleep 30s