fix(gh-actions): Workflow does not contain permissions

Former-commit-id: aff928e60f
This commit is contained in:
Marc Schäfer
2025-09-22 00:22:42 +02:00
parent 1b760cb92f
commit 2cbc080242
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: