diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index f7a20c0e..3c760a9e 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -11,6 +11,7 @@ jobs: call-qa: uses: symfony/recipes/.github/workflows/callable-qa.yml@main with: - token: ${{ secrets.BOT_TOKEN }} contrib: true find_yaml: -not -wholename 'codeception/codeception/*/tests/*' -not -wholename 'codeception/codeception/*/codeception.yml' + secrets: + token: ${{ secrets.BOT_TOKEN }}