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

This commit is contained in:
Marc Schäfer
2025-10-10 15:34:00 +02:00
parent b6f5458ad9
commit 1a9f6c4685
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: