From b729c8119db7410fc90c0f3da23a3d0efcc97e4e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 28 Oct 2025 02:18:07 +0000 Subject: [PATCH] Fix parameter name to use 'token' instead of 'github-token' Co-authored-by: stnguyen90 <1477010+stnguyen90@users.noreply.github.com> --- .github/workflows/ai-moderator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ai-moderator.yml b/.github/workflows/ai-moderator.yml index a9b825a233..859318ab95 100644 --- a/.github/workflows/ai-moderator.yml +++ b/.github/workflows/ai-moderator.yml @@ -28,4 +28,4 @@ jobs: - name: AI Moderator uses: github/ai-moderator@v1 with: - github-token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }}