molecule-ai-org-template-mo.../content-marketer/.env.example
Hongming Wang 3a85058896
Some checks failed
CI / validate (push) Failing after 0s
import from local vendored copy (2026-05-06)
2026-05-06 13:53:42 -07:00

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=