We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f039d1e commit 1daf21cCopy full SHA for 1daf21c
1 file changed
.github/workflows/rector-cs.yml
@@ -12,14 +12,16 @@ on:
12
- '.php-cs-fixer.dist.php'
13
14
permissions:
15
- contents: write
+ contents: read
16
17
concurrency:
18
group: ${{ github.workflow }}-${{ github.ref }}
19
cancel-in-progress: true
20
21
jobs:
22
rector:
23
+ permissions:
24
+ contents: write # Required to push PHP CS Fixer and Rector changes back to the branch.
25
uses: yiisoft/actions/.github/workflows/rector-cs.yml@master
26
with:
27
php: '8.1'
0 commit comments