mirror of
https://github.com/pestphp/pest.git
synced 2026-06-05 02:52:12 +02:00
chore: scope GITHUB_TOKEN to contents: read in workflows
This commit is contained in:
3
.github/workflows/changelog.yml
vendored
3
.github/workflows/changelog.yml
vendored
@ -10,6 +10,9 @@ on:
|
|||||||
branches: [ 1.x ]
|
branches: [ 1.x ]
|
||||||
paths:
|
paths:
|
||||||
- CHANGELOG.md
|
- CHANGELOG.md
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user