Skip to content

Commit 7d4fb99

Browse files
Peter HaugeCopilot
andcommitted
docs: rename stripe-webhook-secret example to webhook-secret
Removes the lingering external-company reference in the named-value secrets example. Elizabeth's earlier commit renamed the token to `WEBHOOK_SECRET` but the named value itself was still called `stripe-webhook-secret`; this aligns the name with the generic token. Follow-up to review feedback on PR #166. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 70268a0 commit 7d4fb99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/guides/environment-overrides.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ namedValues:
142142
displayName: payment-api-key
143143
secret: true
144144
value: "{#[PAYMENT_API_KEY]#}" # Replaced at pipeline runtime
145-
- name: stripe-webhook-secret
145+
- name: webhook-secret
146146
properties:
147147
secret: true
148148
value: "{#[WEBHOOK_SECRET]#}"

0 commit comments

Comments
 (0)