Add permissions block to spawn-runner workflow for security

Co-authored-by: blackboxprogramming <118287761+blackboxprogramming@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-11-24 23:20:58 +00:00
parent 887a1fe2b1
commit 719ac753e5

View File

@@ -5,6 +5,9 @@ on:
- cron: "0 */6 * * *" # Every 6 hours - cron: "0 */6 * * *" # Every 6 hours
workflow_dispatch: workflow_dispatch:
permissions:
contents: read
jobs: jobs:
spawn-runner: spawn-runner:
runs-on: ubuntu-latest runs-on: ubuntu-latest