Update issue-userstory-create.yml

This commit is contained in:
Cédric Verstraeten
2026-02-16 12:37:49 +01:00
parent e30dd7d4a0
commit abfdea0179
+1 -1
View File
@@ -42,7 +42,7 @@ jobs:
azure_openai_api_key: ${{ secrets.AZURE_OPENAI_API_KEY }}
azure_openai_endpoint: ${{ secrets.AZURE_OPENAI_ENDPOINT }}
azure_openai_version: ${{ secrets.AZURE_OPENAI_VERSION }}
openai_model: 'gpt-4o'
openai_model: ${{ secrets.OPENAI_MODEL }}
issue_title: ${{ github.event.inputs.issue_title }}
issue_description: ${{ github.event.inputs.issue_description }}
complexity: ${{ github.event.inputs.complexity }}