19 lines
826 B
Plaintext
19 lines
826 B
Plaintext
# Content Marketer — secrets allowlist
|
|
# Copy to .env (gitignored) and fill in real values. Platform encrypts on import.
|
|
# See ../SECRETS_MATRIX.md for the rationale of this scope.
|
|
#
|
|
# Content Marketer drafts long-form content (blog posts, release notes, case
|
|
# studies) and raises PRs to the docs/landingpage repos. It does NOT publish
|
|
# directly to social channels — Marketing Lead reviews + publishes.
|
|
|
|
# --- LLM ---
|
|
CLAUDE_CODE_OAUTH_TOKEN=sk-ant-oat01-...
|
|
|
|
# --- GitHub (PR-author scope only — see SECRETS_MATRIX.md) ---
|
|
# Generate a fine-grained PAT with scope limited to:
|
|
# - Pull requests: Read + Write (for create/comment, NOT merge)
|
|
# - Issues: Read + Write (for create/comment)
|
|
# - Contents: Read + Write (for drafting content files)
|
|
# DO NOT grant Workflows, Administration, or Merge scopes.
|
|
GH_TOKEN=
|