We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
- id: xxxx execute-command: "xxx" command-working-directory: "xxxxxxxx" response-message: Executing deploy script trigger-rule: and: - match: type: ip-whitelist ip-range: readFile "github_webhooks_ip_list.txt" - match: type: payload-hmac-sha1 secret: xxxxxxxx parameter: source: header name: X-Hub-Signature - match: type: value value: refs/heads/xxxxx parameter: source: payload name: ref
github_webhooks_ip_list.txt
192.30.252.0/22 185.199.108.0/22 140.82.112.0/20 143.55.64.0/20 2a0a:a440::/29 2606:50c0::/32
The text was updated successfully, but these errors were encountered:
That's not currently possible. We would need to define a readFile template function. We currently only support a getenv function (see docs).
readFile
getenv
Sorry, something went wrong.
No branches or pull requests
github_webhooks_ip_list.txt
The text was updated successfully, but these errors were encountered: