mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-16 20:40:15 +02:00
--------- Co-authored-by: Tim Schumacher <tim@tschumacher.net> Co-authored-by: Jan <59206115+Threated@users.noreply.github.com> Co-authored-by: Tim Schumacher <tim.schumacher@dkfz-heidelberg.de>
11 lines
210 B
Bash
Executable File
11 lines
210 B
Bash
Executable File
#!/bin/bash
|
|
|
|
[ "$1" = "get" ] || exit
|
|
|
|
source /var/cache/bridgehead/secrets/gitlab_token
|
|
|
|
# Any non-empty username works, only the token matters
|
|
cat << EOF
|
|
username=bk
|
|
password=$BRIDGEHEAD_CONFIG_REPO_TOKEN
|
|
EOF |