We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 805c0f5 commit 11de8fdCopy full SHA for 11de8fd
1 file changed
.github/workflows/workflows-gh-manager.yaml
@@ -98,7 +98,7 @@ jobs:
98
99
endpoint = "https://models.github.ai/inference"
100
model = "openai/gpt-5"
101
- token = os.environ['GITHUB_TOKEN']
+ token = os.environ['GH_TOKEN']
102
103
client = ChatCompletionsClient(
104
endpoint=endpoint,
0 commit comments