mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-05-19 06:54:43 -04: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:
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
|
||||
|
||||
Reference in New Issue
Block a user