We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da281ec commit cfdd0aeCopy full SHA for cfdd0ae
README.md
@@ -10,7 +10,7 @@ For more background, please see:
10
11
In an existing repo, run this:
12
13
-`copier copy https://github.com/ai4curation/github-ai-integration .`
+`copier copy https://github.com/ai4curation/github-ai-integrations .`
14
15
## Setting up GitHub secrets
16
template/ai.just
@@ -18,5 +18,5 @@ gh-add-secrets:
18
gh secret set ANTHROPIC_API_KEY --body "$ANTHROPIC_API_KEY"
19
gh secret set OPENAI_API_KEY --body "$OPENAI_API_KEY"
20
gh secret set CBORG_API_KEY --body "$CBORG_API_KEY"
21
- gh secret set CLAUDE_CODE_OATH_TOKEN --body "$CLAUDE_CODE_OATH_TOKEN"
+ gh secret set CLAUDE_CODE_OAUTH_TOKEN --body "$CLAUDE_CODE_OAUTH_TOKEN"
22
0 commit comments