diff options
author | Tekky <98614666+xtekky@users.noreply.github.com> | 2024-01-21 11:40:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-21 11:40:10 +0100 |
commit | 35e99222df99fa7621f700c0510ab8f639da60a2 (patch) | |
tree | 34a3acf11a4eb840d84cada9e0e083ca8fab5178 /.github/workflows/copilot.yml | |
parent | Merge pull request #1487 from nullstreak/deepinfra-patch (diff) | |
download | gpt4free-35e99222df99fa7621f700c0510ab8f639da60a2.tar gpt4free-35e99222df99fa7621f700c0510ab8f639da60a2.tar.gz gpt4free-35e99222df99fa7621f700c0510ab8f639da60a2.tar.bz2 gpt4free-35e99222df99fa7621f700c0510ab8f639da60a2.tar.lz gpt4free-35e99222df99fa7621f700c0510ab8f639da60a2.tar.xz gpt4free-35e99222df99fa7621f700c0510ab8f639da60a2.tar.zst gpt4free-35e99222df99fa7621f700c0510ab8f639da60a2.zip |
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 |