We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24420db commit ad37502Copy full SHA for ad37502
1 file changed
.github/workflows/copilot-issue.yml
@@ -21,7 +21,7 @@ jobs:
21
steps:
22
- name: Create issue and assign to Copilot
23
env:
24
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GH_TOKEN: ${{ secrets.COPILOT_GITHUB_TOKEN }}
25
run: |
26
TITLE="${{ inputs.title || 'Investigation needed from Copilot Coding Agent' }}"
27
gh api \
@@ -62,7 +62,7 @@ jobs:
62
63
- name: Create issue via GraphQL
64
65
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.COPILOT_GITHUB_TOKEN }}
66
GITHUB_REPO_OWNER: ${{ github.repository_owner }}
67
GITHUB_REPO_NAME: ${{ github.event.repository.name }}
68
run: npx tsx create-issue-assigned-to-copilot.ts "${{ inputs.title || 'Investigation needed from Copilot Coding Agent' }}"
0 commit comments