Add permissions to .github/workflows/test.yml

This commit is contained in:
Ashely Tenesaca
2025-08-19 12:48:03 -04:00
committed by GitHub
parent b9bf40984f
commit 0bd5fe6328
+4 -1
View File
@@ -8,7 +8,10 @@ on: # rebuild any PRs and main branch changes
branches:
- main
- 'releases/*'
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest