chore: scope GITHUB_TOKEN to contents: read in workflows

This commit is contained in:
nuno maduro
2026-05-13 02:29:47 +01:00
parent e36be9d13e
commit d7fd0e0a84

View File

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