permissions for actions

This commit is contained in:
Flowseal
2025-07-03 23:07:18 +03:00
parent c96152664f
commit ba78a8e6c8
2 changed files with 7 additions and 0 deletions

View File

@@ -4,6 +4,9 @@ on:
issues:
types: [opened]
permissions:
issues: write
jobs:
comment:
runs-on: ubuntu-latest

View File

@@ -4,6 +4,10 @@ on:
schedule:
- cron: '0 0 * * *'
permissions:
actions: write
issues: write
jobs:
stale:
runs-on: ubuntu-latest