Fix parameter name to use 'token' instead of 'github-token'

Co-authored-by: stnguyen90 <1477010+stnguyen90@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-10-28 02:18:07 +00:00
parent 30a093a0d5
commit b729c8119d
+1 -1
View File
@@ -28,4 +28,4 @@ jobs:
- name: AI Moderator
uses: github/ai-moderator@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}