Skip to content

Commit bf6b1eb

Browse files
author
berfinyuksel
committed
Update new PHP-CS-Fixer workflow
1 parent e9a8ecd commit bf6b1eb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/new-php-cs-fixer.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,8 @@ permissions:
1919
jobs:
2020
php-cs-fixer:
2121
uses: pimcore/workflows-collection-public/.github/workflows/reusable-php-cs-fixer.yaml@main
22-
secrets: inherit
22+
with:
23+
head_ref: ${{ github.head_ref || github.ref_name }}
24+
repository: ${{ github.repository }}
25+
secrets:
26+
PHP_CS_FIXER_GITHUB_TOKEN: ${{ secrets.PHP_CS_FIXER_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)