From a855696f03753d4bd8bf5243d1203f3a83539245 Mon Sep 17 00:00:00 2001 From: Ludy87 Date: Sat, 21 Jun 2025 23:30:21 +0200 Subject: [PATCH] Update ai_pr_title_review.yml --- .github/workflows/ai_pr_title_review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ai_pr_title_review.yml b/.github/workflows/ai_pr_title_review.yml index 69d4f24be..ab8c3a7af 100644 --- a/.github/workflows/ai_pr_title_review.yml +++ b/.github/workflows/ai_pr_title_review.yml @@ -167,7 +167,7 @@ jobs: if: steps.actor.outputs.is_repo_dev == 'true' uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 with: - github-token: ${{ steps.setup-bot.outputs.token }} + github-token: ${{ steps.resolve-token.outputs.token }} script: | const fs = require('fs'); const body = fs.readFileSync('/tmp/ai-title-comment.md', 'utf8');