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: issues:
types: [opened] types: [opened]
permissions:
issues: write
jobs: jobs:
comment: comment:
runs-on: ubuntu-latest runs-on: ubuntu-latest

View File

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