Fix GitHub Actions permissions for test workflow

Co-authored-by: Snider <631881+Snider@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2025-11-03 15:40:12 +00:00
parent 195924fb9e
commit 94aeaf4730

View file

@ -8,6 +8,9 @@ on:
branches:
- main
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest