From 8a4524747fa3072c1150752c54daf5956c00407b Mon Sep 17 00:00:00 2001 From: Luna Martinez <88711385+hzb1115@users.noreply.github.com> Date: Sun, 2 Nov 2025 21:15:31 -0500 Subject: [PATCH] Change permissions from read to write for contents --- .github/workflows/pr-checks-advisory.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-checks-advisory.yml b/.github/workflows/pr-checks-advisory.yml index 9cab882d..2fb62b42 100644 --- a/.github/workflows/pr-checks-advisory.yml +++ b/.github/workflows/pr-checks-advisory.yml @@ -9,7 +9,7 @@ on: # Results will be posted as comments to help contributors improve their PRs permissions: - contents: read + contents: write pull-requests: write checks: write issues: write