We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbc3664 commit 762387eCopy full SHA for 762387e
shell/ci/release/docker-authn.sh
@@ -14,6 +14,12 @@ AUTH_DIR="${DIR}/../auth"
14
LIB_DIR="${DIR}/../../lib"
15
DOCKER_AUTH_DIR="${LIB_DIR}/docker/authn"
16
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
23
# shellcheck source=../../lib/logging.sh
24
source "${LIB_DIR}/logging.sh"
25
@@ -27,6 +33,7 @@ info "Ensuring that 'gh' is installed"
27
33
28
34
ensure_mise_installed
29
35
devbase_configure_global_tools
36
+bootstrap_github_token
30
37
run_mise install --cd "$HOME" github-cli github:getoutreach/ci gojq
31
38
32
39
info "🔓 Authenticating to GitHub"
0 commit comments