From 0bd5fe63287f5f5d3ba02fa3904c1638d6922c1d Mon Sep 17 00:00:00 2001 From: Ashely Tenesaca Date: Tue, 19 Aug 2025 12:48:03 -0400 Subject: [PATCH] Add permissions to .github/workflows/test.yml --- .github/workflows/test.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 47889e2..0ea5536 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,10 @@ on: # rebuild any PRs and main branch changes branches: - main - 'releases/*' - + +permissions: + contents: read + jobs: build: runs-on: ubuntu-latest