From 07ebb1d86cdeba97ed14c4b4533a676b6e18b440 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Sun, 7 Jun 2026 10:10:02 +0200 Subject: [PATCH] Fix .github/workflows/flex-update.yml --- .github/workflows/flex-update.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/flex-update.yml b/.github/workflows/flex-update.yml index f08d628b..5e5ac186 100644 --- a/.github/workflows/flex-update.yml +++ b/.github/workflows/flex-update.yml @@ -14,3 +14,5 @@ jobs: uses: symfony/recipes/.github/workflows/callable-flex-update.yml@main with: contrib: true + secrets: + token: ${{ secrets.BOT_TOKEN }}