diff --git a/.github/workflows/ai-flag-cleanup-pr.yml b/.github/workflows/ai-flag-cleanup-pr.yml index 7d68c1e1af..a6331981f3 100644 --- a/.github/workflows/ai-flag-cleanup-pr.yml +++ b/.github/workflows/ai-flag-cleanup-pr.yml @@ -44,7 +44,7 @@ jobs: id: app_token uses: actions/create-github-app-token@v2 with: - app-id: ${{ secrets.UNLEASH_BOT_APP_ID }} + app-id: 1234 private-key: ${{ secrets.UNLEASH_BOT_PRIVATE_KEY }} repositories: ${{ github.repository }}