Skip to content

Commit 801891e

Browse files
committed
Add COPILOT_GITHUB_TOKEN environment variable to action.yml
1 parent c1bcb44 commit 801891e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ runs:
250250
env:
251251
GH_TOKEN: ${{ inputs.github-token }}
252252
GITHUB_TOKEN: ${{ inputs.github-token }}
253+
COPILOT_GITHUB_TOKEN: ${{ inputs.github-token }}
253254
PROMPT: ${{ inputs.prompt }}
254255
LOG_LEVEL: ${{ inputs.log-level }}
255256
ALLOW_ALL_TOOLS: ${{ inputs.allow-all-tools }}

0 commit comments

Comments
 (0)