ma1 pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
effe1120 by hackademix at 2025-10-29T18:44:27+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/effe112015fcc395c84093fc4d8756f0dd28c5b6
--
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/effe112015fcc395c84093fc4d8756f0dd28c5b6
You're receiving this email because of your account on gitlab.torproject.org.
_______________________________________________
tbb-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]