Merge pull request #146 from marcschaeferger/github-actions

fix(gh-actions): Workflow does not contain permissions
This commit is contained in:
Owen Schwartz
2025-09-21 20:09:35 -04:00
committed by GitHub
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: