Change permissions from read to write for contents

This commit is contained in:
Luna Martinez
2025-11-02 21:15:31 -05:00
committed by GitHub
parent cbc153f855
commit 9f2993b67f

View File

@@ -9,7 +9,7 @@ on:
# Results will be posted as comments to help contributors improve their PRs # Results will be posted as comments to help contributors improve their PRs
permissions: permissions:
contents: read contents: write
pull-requests: write pull-requests: write
checks: write checks: write
issues: write issues: write