We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8493d0 commit 262150dCopy full SHA for 262150d
1 file changed
.github/workflows/phpcsfixer.yml
@@ -12,7 +12,7 @@ jobs:
12
uses: actions/checkout@v4
13
with:
14
ref: ${{ github.head_ref }}
15
- token: ${{ secrets.PAT }}
+ token: ${{ secrets.bot_token }}
16
17
- name: Run php-cs-fixer
18
uses: docker://oskarstark/php-cs-fixer-ga
0 commit comments