ci(actions): add permissions section to CI/CD and test workflows

This commit is contained in:
Marc Schäfer
2025-10-21 01:19:36 +02:00
parent ca23ae7a30
commit 2b7e93ec92
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: