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