Skip to content

Commit 262150d

Browse files
🔧 fix token
1 parent b8493d0 commit 262150d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/phpcsfixer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/checkout@v4
1313
with:
1414
ref: ${{ github.head_ref }}
15-
token: ${{ secrets.PAT }}
15+
token: ${{ secrets.bot_token }}
1616

1717
- name: Run php-cs-fixer
1818
uses: docker://oskarstark/php-cs-fixer-ga

0 commit comments

Comments
 (0)