Skip to content

Commit cfdd0ae

Browse files
committed
fixed typo
1 parent da281ec commit cfdd0ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ For more background, please see:
1010

1111
In an existing repo, run this:
1212

13-
`copier copy https://github.com/ai4curation/github-ai-integration .`
13+
`copier copy https://github.com/ai4curation/github-ai-integrations .`
1414

1515
## Setting up GitHub secrets
1616

template/ai.just

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ gh-add-secrets:
1818
gh secret set ANTHROPIC_API_KEY --body "$ANTHROPIC_API_KEY"
1919
gh secret set OPENAI_API_KEY --body "$OPENAI_API_KEY"
2020
gh secret set CBORG_API_KEY --body "$CBORG_API_KEY"
21-
gh secret set CLAUDE_CODE_OATH_TOKEN --body "$CLAUDE_CODE_OATH_TOKEN"
21+
gh secret set CLAUDE_CODE_OAUTH_TOKEN --body "$CLAUDE_CODE_OAUTH_TOKEN"
2222

0 commit comments

Comments
 (0)