try adding github token to env
This commit is contained in:
@@ -77,6 +77,7 @@ export class ClaudeAgent implements Agent {
|
|||||||
|
|
||||||
const env = {
|
const env = {
|
||||||
ANTHROPIC_API_KEY: this.apiKey,
|
ANTHROPIC_API_KEY: this.apiKey,
|
||||||
|
GITHUB_TOKEN: this.githubInstallationToken,
|
||||||
};
|
};
|
||||||
|
|
||||||
console.log(boxString(prompt, { title: "Prompt" }));
|
console.log(boxString(prompt, { title: "Prompt" }));
|
||||||
|
|||||||
Reference in New Issue
Block a user