mirror of
https://github.com/pestphp/pest.git
synced 2026-07-21 17:10:03 +02:00
chore: scope GITHUB_TOKEN to contents: read in workflows
This commit is contained in:
@@ -2,6 +2,9 @@ name: Tests
|
||||
|
||||
on: ['push', 'pull_request']
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
Reference in New Issue
Block a user