Skip to content

Commit fd50303

Browse files
committed
ci(docs): name all three required secrets in the header comment
The comment listed only the two GitHub App secrets. ANTHROPIC_API_KEY is also required and is equally absent from this repo. Also states that the App needs no installation on daily-co, since the token is minted for pipecat-ai — only the credentials have to be present here.
1 parent 9d1b9a1 commit fd50303

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/update-docs.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@
33
# pipecat-ai/pipecat through the pipecat-dev-skills marketplace; the mapping it
44
# applies is this repo's own .claude/skills/update-docs/SOURCE_DOC_MAPPING.md.
55
#
6-
# Requires two repository secrets that do not exist here yet:
7-
# DOCS_BOT_APP_ID, DOCS_BOT_PRIVATE_KEY — the same GitHub App pipecat uses.
6+
# Requires three repository secrets, none of which exist here yet:
7+
# DOCS_BOT_APP_ID, DOCS_BOT_PRIVATE_KEY — the same GitHub App pipecat uses
8+
# ANTHROPIC_API_KEY — for the agent that writes the docs
9+
#
810
# This repo is in daily-co while the docs repo is in pipecat-ai, so the App
911
# token is minted for owner pipecat-ai and scoped to `docs` alone. Reading this
10-
# repo's own PRs uses the default GITHUB_TOKEN, which needs no extra grant.
12+
# repo's own PRs uses the default GITHUB_TOKEN, which needs no extra grant. The
13+
# App therefore needs no installation on daily-co — only the credentials.
1114
#
1215
# Until those secrets are set, the workflow will fail at its first step rather
1316
# than run and do nothing.

0 commit comments

Comments
 (0)