Skip to content

Commit 7d0f776

Browse files
authored
Update integrating-ai-models-into-your-development-workflow.md (#55280)
1 parent 8f55e07 commit 7d0f776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/github-models/integrating-ai-models-into-your-development-workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
steps:
5858
- name: Call AI model
5959
env:
60-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
60+
GITHUB_TOKEN: {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %}
6161
run: |
6262
curl "https://models.github.ai/inference/chat/completions" \
6363
-H "Content-Type: application/json" \

0 commit comments

Comments
 (0)