diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index 854e16fa..29574179 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -7,6 +7,12 @@ concurrency: group: pr-${{ github.event.pull_request.number }} cancel-in-progress: true +# Workflow-level GITHUB_TOKEN scope. No job in this file pushes code, +# comments on PRs, or creates releases; all writes to external services +# use their own non-GITHUB_TOKEN secrets. contents:read is the safe floor. +permissions: + contents: read + jobs: # Build job build: