ci(actions): add permissions section to workflows

This commit is contained in:
Marc Schäfer
2025-10-21 01:59:52 +02:00
parent 07330e84fb
commit bfb5b2864d
3 changed files with 9 additions and 0 deletions

View File

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

View File

@@ -1,5 +1,8 @@
name: ESLint name: ESLint
permissions:
contents: read
on: on:
pull_request: pull_request:
paths: paths:

View File

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