mirror of
https://github.com/PrismLauncher/PrismLauncher
synced 2026-04-23 09:05:03 +00:00
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:
parent
a884e36b96
commit
f85e2ddb15
2
.github/workflows/blocked-prs.yml
vendored
2
.github/workflows/blocked-prs.yml
vendored
|
|
@ -14,6 +14,8 @@ on:
|
|||
required: true
|
||||
type: number
|
||||
|
||||
permissions: {}
|
||||
|
||||
jobs:
|
||||
blocked_status:
|
||||
name: Check Blocked Status
|
||||
|
|
|
|||
2
.github/workflows/merge-blocking-pr.yml
vendored
2
.github/workflows/merge-blocking-pr.yml
vendored
|
|
@ -11,6 +11,8 @@ on:
|
|||
required: true
|
||||
type: number
|
||||
|
||||
permissions: {}
|
||||
|
||||
jobs:
|
||||
update-blocked-status:
|
||||
name: Update Blocked Status
|
||||
|
|
|
|||
Loading…
Reference in a new issue