Skip to content

Commit 2faf8fe

Browse files
authored
fix(copilot-cli): wrap GITHUB_TOKEN expression in raw tags (#45583)
1 parent 4f8c317 commit 2faf8fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/copilot/how-tos/copilot-cli/use-copilot-cli-in-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Run Copilot
5656
run: copilot --yolo -p "Summarize the changes in this commit"
5757
env:
58-
GITHUB_TOKEN: ${{ github.token }}
58+
GITHUB_TOKEN: {% raw %}${{ github.token }}{% endraw %}
5959
```
6060
6161
Key details about this example:

0 commit comments

Comments
 (0)