We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b34369f commit 68990b5Copy full SHA for 68990b5
agent/server/snykbroker/accept_files/accept.github.json
@@ -3,10 +3,10 @@
3
{
4
"method": "any",
5
"path": "/*",
6
- "origin": "${GITHUB}",
+ "origin": "${GITHUB:github.com}",
7
"auth": {
8
"scheme": "basic",
9
- "username": "${GITHUB_USERNAME}",
+ "username": "${GITHUB_USERNAME:please_set_GITHUB_USERNAME}",
10
"password": "${GITHUB_TOKEN}"
11
},
12
"valid": [
0 commit comments