Merge pull request #1540 from drager/alert-autofix-3

chore: fix for code scanning alert no. 3: Workflow does not contain permissions
This commit is contained in:
Jesper Håkansson 2025-11-30 14:33:16 +01:00 committed by GitHub
commit f28cf3e716
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,7 @@
name: Automatic Approve
permissions:
contents: read
pull-requests: write
on:
schedule:
- cron: "0 0 * * *"