Skip to content

Commit 9acd692

Browse files
docs: record harvest v3 creds for local setup
1 parent 47632d1 commit 9acd692

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ djlint templates/path/to/file.html --lint --profile=jinja # djlint for html/ji
9999
| Service | Purpose | Key Env Vars |
100100
| ------------- | -------------------------------- | ------------ |
101101
| Discourse API | Blog, takeovers, docs, tutorials | `DISCOURSE_API_KEY`, `DISCOURSE_API_USERNAME`, `MAAS_DISCOURSE_API_KEY`, `MAAS_DISCOURSE_API_USERNAME` |
102-
| Careers | Careers related | `HARVEST_API_KEY`, `APPLICATION_CRYPTO_SECRET_KEY` |
102+
| Careers | Careers related | `HARVEST_V3_CLIENT_ID`, `HARVEST_V3_CLIENT_SECRET`, `APPLICATION_CRYPTO_SECRET_KEY` |
103103
| Greenhouse | Candidate applications | `GREENHOUSE_API_KEY` |
104104
| Google Calendar | Google Calendar service-account auth | `SERVICE_ACCOUNT_EMAIL`, `SERVICE_ACCOUNT_PRIVATE_KEY` |
105105
| Marketo | Marketing / lead gen | `MARKETO_API_URL`, `MARKETO_API_CLIENT`, `MARKETO_API_SECRET` |
@@ -126,4 +126,4 @@ djlint templates/path/to/file.html --lint --profile=jinja # djlint for html/ji
126126
## Docs
127127

128128
- `README.md` — project overview, setup, development workflow, and common commands
129-
- `AGENTS.md` — instructions and conventions for AI agents/contributors working in the repository
129+
- `AGENTS.md` — instructions and conventions for AI agents/contributors working in the repository

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Environment variables are read from the available shell. For the charm, these ar
4040

4141
## Greenhouse API
4242

43-
To work locally on the `/careers` section of the site, you will need to add a `HARVEST_API_KEY` environment variable to `.env` file. You can find this via the [Greenhouse admin panel](https://canonical.greenhouse.io/configure/dev_center/credentials).
43+
To work locally on the `/careers` section of the site, add `HARVEST_V3_CLIENT_ID` and `HARVEST_V3_CLIENT_SECRET` environment variables to your `.env.local` file.
4444

4545
# Deploy
4646

0 commit comments

Comments
 (0)