Merge pull request #93 from actions/AshelyTC-patch-1

Add permissions to .github/workflows/test.yml
This commit is contained in:
Ashely Tenesaca
2025-08-19 14:30:14 -04:00
committed by GitHub
+3
View File
@@ -9,6 +9,9 @@ on: # rebuild any PRs and main branch changes
- main - main
- 'releases/*' - 'releases/*'
permissions:
contents: read
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest