fix(github-actions): add permissions section for content read access in workflows

Former-commit-id: 1a9f6c4685
This commit is contained in:
Marc Schäfer
2025-10-10 15:34:00 +02:00
parent 0b729e6d8c
commit 7e9e5348cf
2 changed files with 6 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
name: CI/CD Pipeline
permissions:
contents: read
on:
push:
tags:

View File

@@ -1,5 +1,8 @@
name: Run Tests
permissions:
contents: read
on:
pull_request:
branches: