GitHub Workflows: Set permissions

This commit is contained in:
Lennart
2025-09-21 21:03:55 +02:00
parent bc4c6489ff
commit dd52fd120c
2 changed files with 7 additions and 0 deletions

View File

@@ -1,4 +1,8 @@
on: [push, pull_request]
name: "CICD"
permissions:
contents: read
pull-requests: write
jobs:
check: