[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser-build][main] fixup! MB 466: Automate the release process / replace the new build email



Title: GitLab

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:

Changes:

  • tools/signing/publish-github.mullvadbrowser
    ... ... @@ -7,9 +7,10 @@ function showconf {
    7 7
     
    
    8 8
     # we may want to add a suffix to the release tag, e.g. rc1
    
    9 9
     mbrtag_suffix="$1"
    
    10
    -github_token=$(showconf release buildconf/devmole_auth_token2 2>/dev/null)
    
    10
    +token_var="buildconf/devmole_auth_token"
    
    11
    +github_token=$(showconf release $token_var 2>/dev/null)
    
    11 12
     if ! [[ $github_token ]]; then
    
    12
    -  echo >&2 "Github token (buildconf/devmole_auth_token) missing!"
    
    13
    +  echo >&2 "Github token ($token_var) missing!"
    
    13 14
       exit 1
    
    14 15
     fi
    
    15 16
     
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx