Skip to content

Commit e299248

Browse files
committed
docs: update webhook secret reference and enhance GitHub Actions and Azure DevOps secret storage instructions
1 parent 731a9ba commit e299248

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/guides/environment-overrides.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,12 +145,12 @@ namedValues:
145145
- name: stripe-webhook-secret
146146
properties:
147147
secret: true
148-
value: "{#[STRIPE_WEBHOOK_SECRET]#}"
148+
value: "{#[WEBHOOK_SECRET]#}"
149149
```
150150

151151
Store the actual secret values in:
152-
- **GitHub Actions:** Environment secrets (Settings → Environments → Add secret)
153-
- **Azure DevOps:** Variable groups marked as secret (Pipelines → Library)
152+
- **GitHub Actions:** Environment secrets (Settings → Environments → Add secret). See [Using secrets in GitHub Actions](https://docs.github.com/actions/security-guides/using-secrets-in-github-actions#creating-secrets-for-an-environment).
153+
- **Azure DevOps:** Variable groups marked as secret (Pipelines → Library). See [Use variable groups in pipelines](https://learn.microsoft.com/azure/devops/pipelines/library/variable-groups) and [Set secret variables](https://learn.microsoft.com/azure/devops/pipelines/process/set-secret-variables).
154154

155155
See the [Token Substitution guide](token-substitution.md) for complete setup instructions.
156156

0 commit comments

Comments
 (0)