chore: explicitly pass GITHUB_TOKEN to checkout and document repository-level write permissions
Test / Run Tests (push) Successful in 5m23s
Test / Run Tests (pull_request) Successful in 4m40s
Philipp/Global-Workflows: Pre-commit Lint (Scoped) / pre-commit (pull_request) Successful in 1m39s

This commit is contained in:
2026-09-04 22:35:15 +02:00
parent 08be5fe521
commit 39ac4100e3
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -22,6 +22,7 @@ jobs:
- name: Checkout PR Branch
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
ref: ${{ github.head_ref }}
fetch-depth: 0