ci(actions): add permissions section to workflows

This commit is contained in:
Marc Schäfer
2025-10-21 01:59:52 +02:00
committed by Owen
parent 58197c6fb2
commit dbaa3dbd52
3 changed files with 9 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: ESLint
permissions:
contents: read
on:
pull_request:
paths:

View File

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