From bd636931ca79a1d73ecb2a535ef4c11a11df1f0d Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Mon, 6 Jun 2022 11:43:36 +0200 Subject: [PATCH] Pass bot token to action --- .github/workflows/qa.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index f3b3cd7e..f7a20c0e 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -11,5 +11,6 @@ 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'