Skip to content

Commit 762387e

Browse files
authored
fix(docker-authn): add appropriate libraries (#1090)
* Ensure that GitHub token is available to install tools * Add bootstrap include
1 parent fbc3664 commit 762387e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

shell/ci/release/docker-authn.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ AUTH_DIR="${DIR}/../auth"
1414
LIB_DIR="${DIR}/../../lib"
1515
DOCKER_AUTH_DIR="${LIB_DIR}/docker/authn"
1616

17+
# shellcheck source=../../lib/bootstrap.sh
18+
source "${LIB_DIR}/bootstrap.sh"
19+
20+
# shellcheck source=../../lib/github.sh
21+
source "${LIB_DIR}/github.sh"
22+
1723
# shellcheck source=../../lib/logging.sh
1824
source "${LIB_DIR}/logging.sh"
1925

@@ -27,6 +33,7 @@ info "Ensuring that 'gh' is installed"
2733

2834
ensure_mise_installed
2935
devbase_configure_global_tools
36+
bootstrap_github_token
3037
run_mise install --cd "$HOME" github-cli github:getoutreach/ci gojq
3138

3239
info "🔓 Authenticating to GitHub"

0 commit comments

Comments
 (0)