From 1d77eb60d4c78520041980ca01e9d863d6ffd999 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20G=C3=B3is?= Date: Wed, 2 Jul 2025 12:58:18 +0100 Subject: [PATCH] chore: new attempt --- .github/workflows/ai-flag-cleanup-pr.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ai-flag-cleanup-pr.yml b/.github/workflows/ai-flag-cleanup-pr.yml index 15085342ed..ba2b09bae1 100644 --- a/.github/workflows/ai-flag-cleanup-pr.yml +++ b/.github/workflows/ai-flag-cleanup-pr.yml @@ -44,9 +44,8 @@ jobs: id: app_token uses: actions/create-github-app-token@v2 with: - app_id: ${{ secrets.UNLEASH_BOT_APP_ID }} - private_key: ${{ secrets.UNLEASH_BOT_PRIVATE_KEY }} - repository: ${{ github.repository }} + app-id: ${{ secrets.UNLEASH_BOT_APP_ID }} + private-key: ${{ secrets.UNLEASH_BOT_PRIVATE_KEY }} - name: Checkout