ci(blocked-prs): restrict runner token permissions

These can run without any permissions since we use our own app for auth

Signed-off-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
Seth Flynn
2026-02-02 16:50:21 -05:00
parent a884e36b96
commit f85e2ddb15
2 changed files with 4 additions and 0 deletions

View File

@@ -14,6 +14,8 @@ on:
required: true
type: number
permissions: {}
jobs:
blocked_status:
name: Check Blocked Status

View File

@@ -11,6 +11,8 @@ on:
required: true
type: number
permissions: {}
jobs:
update-blocked-status:
name: Update Blocked Status