Skip to content
This repository was archived by the owner on Sep 6, 2025. It is now read-only.

Commit b7c0a5d

Browse files
authored
Merge pull request #14 from hellofresh/feature/zappr
PT-3484 Add support for Zappr
2 parents d6fc751 + 8c071ab commit b7c0a5d

File tree

11 files changed

+892
-22
lines changed

11 files changed

+892
-22
lines changed

.github.sample.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@
1010
# Defines the pull approve branch
1111
protectedBranchName="master"
1212

13+
# Zappr Config
14+
[zappr]
15+
# Defines the url for Zappr. Comment it out to load it from ZAPPR_URL environment variable
16+
URL="https://zappr.domain.com"
17+
18+
# Defines the Zappr token. Comment it out to load it from ZAPPR_TOKEN environment variable
19+
Token=""
20+
1321
[github]
1422
# Defines the github organization
1523
Organization="yourOrg"

0 commit comments

Comments
 (0)