diff options
Diffstat (limited to '.github/workflows/copilot.yml')
-rw-r--r-- | .github/workflows/copilot.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/copilot.yml b/.github/workflows/copilot.yml index 7ec17ba6..1de81cb6 100644 --- a/.github/workflows/copilot.yml +++ b/.github/workflows/copilot.yml @@ -25,5 +25,5 @@ jobs: run: pip install PyGithub - name: AI Code Review env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: python -m etc.tool.copilot
\ No newline at end of file + GITHUB_TOKEN: ${{ secrets.COPILOT_TOKEN }} + run: python -m etc.tool.copilot |