Fix passing secrets to callable-qa.yml

This commit is contained in:
Nicolas Grekas
2022-06-10 15:13:19 +02:00
parent bd636931ca
commit 55bdc3012b

View File

@@ -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 }}