Archived
make webhook
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
case "$1" in
|
||||
*sername*) printf '%s\n' "${CI_GIT_USERNAME:-oauth2}" ;;
|
||||
*) printf '%s\n' "$CI_GIT_TOKEN" ;;
|
||||
esac
|
||||
Reference in New Issue
Block a user