diff --git a/.gitea/workflows/qa-review.yml b/.gitea/workflows/qa-review.yml index 13f610dc4..90a94c77e 100644 --- a/.gitea/workflows/qa-review.yml +++ b/.gitea/workflows/qa-review.yml @@ -89,6 +89,7 @@ on: permissions: contents: read pull-requests: read + secrets: read jobs: # bp-exempt: PR review bot signal; required merge state is enforced by CI / all-required. diff --git a/.gitea/workflows/security-review.yml b/.gitea/workflows/security-review.yml index b882a7427..e905a401e 100644 --- a/.gitea/workflows/security-review.yml +++ b/.gitea/workflows/security-review.yml @@ -16,6 +16,7 @@ on: permissions: contents: read pull-requests: read + secrets: read jobs: # bp-exempt: PR security review bot signal; required merge state is enforced by CI / all-required. diff --git a/.gitea/workflows/sop-checklist.yml b/.gitea/workflows/sop-checklist.yml index 85ebf50a1..3e45438cf 100644 --- a/.gitea/workflows/sop-checklist.yml +++ b/.gitea/workflows/sop-checklist.yml @@ -84,11 +84,8 @@ on: permissions: contents: read pull-requests: read - # NOTE: `statuses: write` is the GitHub-Actions name for POST /statuses. - # Gitea 1.22.6 may not gate on this permission key (it just checks the - # token), but listing it explicitly documents intent for the next - # platform-version upgrade. statuses: write + secrets: read jobs: all-items-acked: