We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14c29bd commit d6668f6Copy full SHA for d6668f6
1 file changed
.github/workflows/copilot.generate-docs.yml
@@ -20,16 +20,14 @@ jobs:
20
fetch-depth: 0
21
22
- name: Install GitHub Copilot CLI
23
- env:
24
- GH_TOKEN: ${{ secrets.COPILOT_CLI_TOKEN }}
25
run: |
26
curl -fsSL https://gh.io/copilot-install | bash
27
echo "Installed Copilot CLI version:"
28
copilot --version
29
30
- name: Analyze and delegate to Copilot
31
env:
32
+ GITHUB_TOKEN: ${{ secrets.COPILOT_CLI_TOKEN }}
33
34
echo "Analyzing commit ${{ github.sha }}"
35
echo "Loading documentation criteria from prompt..."
0 commit comments