ma1 pushed to branch maint-15.0 at The Tor Project / Applications / tor-browser-build Commits: 57d15d3b by hackademix at 2025-10-29T18:49:02+01:00 fixup! MB 466: Automate the release process / replace the new build email Fixed auth token var typo - - - - - 1 changed file: - tools/signing/publish-github.mullvadbrowser Changes: ===================================== tools/signing/publish-github.mullvadbrowser ===================================== @@ -7,9 +7,10 @@ function showconf { # we may want to add a suffix to the release tag, e.g. rc1 mbrtag_suffix="$1" -github_token=$(showconf release buildconf/devmole_auth_token2 2>/dev/null) +token_var="buildconf/devmole_auth_token" +github_token=$(showconf release $token_var 2>/dev/null) if ! [[ $github_token ]]; then - echo >&2 "Github token (buildconf/devmole_auth_token) missing!" + echo >&2 "Github token ($token_var) missing!" exit 1 fi View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/57... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/57... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
ma1 (@ma1)