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 c7f4b92 commit 89b9784Copy full SHA for 89b9784
.github/workflows/autoformat.yml
@@ -2,8 +2,6 @@ name: Autoformat
2
3
on:
4
push:
5
- branches:
6
- - '*'
7
8
jobs:
9
composer-normalize:
@@ -33,6 +31,7 @@ jobs:
33
31
- uses: actions/checkout@v4
34
32
with:
35
ref: ${{ github.head_ref }}
+ token: ${{ secrets.GA_PAT }}
36
37
- uses: shivammathur/setup-php@v2
38
@@ -51,10 +50,16 @@ jobs:
51
50
52
php-cs-fixer:
53
runs-on: ubuntu-latest
+
54
+ permissions:
55
+ # Give the default GITHUB_TOKEN write permission to commit and push the changed files back to the repository.
56
+ contents: write
57
58
steps:
59
60
61
62
63
64
65
0 commit comments