1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Update integrating-ai-models-into-your-development-workflow.md (#55280)

This commit is contained in:
Kate Catlin
2025-04-14 14:47:33 -07:00
committed by GitHub
parent 8f55e071f6
commit 7d0f776a37

View File

@@ -57,7 +57,7 @@ jobs:
steps:
- name: Call AI model
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %}
run: |
curl "https://models.github.ai/inference/chat/completions" \
-H "Content-Type: application/json" \