chore: scope GITHUB_TOKEN to contents: read in workflows

This commit is contained in:
nuno maduro
2026-05-13 02:29:49 +01:00
parent ea6d0d8786
commit 1729a09d7a

View File

@ -4,6 +4,9 @@ on:
push:
pull_request:
permissions:
contents: read
jobs:
tests:
if: github.event_name != 'schedule' || github.repository == 'pestphp/pest'