permissions (#8706)

This commit is contained in:
matt korwel
2025-09-18 09:18:09 -07:00
committed by GitHub
parent 2d406ffc75
commit 7a68997b18

View File

@@ -7,6 +7,10 @@ on:
jobs:
slash-command:
runs-on: 'ubuntu-latest'
permissions:
contents: 'write'
pull-requests: 'write'
actions: 'write'
steps:
- name: 'Slash Command Dispatch'
id: 'slash_command'