32 lines
882 B
Plaintext
32 lines
882 B
Plaintext
# Marketing Lead — 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.
|
|
#
|
|
# Marketing Lead is the SOLE PUBLISHER of social/marketing content.
|
|
# Other marketing roles (content-marketer, social-media-brand, devrel-engineer)
|
|
# draft content via PRs but do not publish — Marketing Lead reviews + posts.
|
|
|
|
# --- LLM ---
|
|
CLAUDE_CODE_OAUTH_TOKEN=sk-ant-oat01-...
|
|
|
|
# --- LinkedIn (org page posts) ---
|
|
LINKEDIN_ACCESS_TOKEN=
|
|
LINKEDIN_ORG_ID=
|
|
|
|
# --- X / Twitter (org account posts) ---
|
|
X_API_KEY=
|
|
X_API_SECRET=
|
|
X_BEARER_TOKEN=
|
|
X_ACCESS_TOKEN=
|
|
X_ACCESS_TOKEN_SECRET=
|
|
|
|
# --- Buffer (scheduling) ---
|
|
BUFFER_API_KEY=
|
|
|
|
# --- Mailchimp (newsletter) ---
|
|
MAILCHIMP_API_KEY=
|
|
MAILCHIMP_AUDIENCE_ID=
|
|
|
|
# --- GitHub (PR review + merge on landingpage / docs / marketing repos only) ---
|
|
GH_TOKEN=
|