From: Michał Kępień Date: Thu, 9 Apr 2026 11:48:49 +0000 (+0200) Subject: [9.18] fix: ci: Purge distros token in a separate CI job X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90127d50350a4d34a194c9a6a7d9268fd650f091;p=thirdparty%2Fbind9.git [9.18] fix: ci: Purge distros token in a separate CI job The "publish" job runs on a dedicated, locked-down runner that lacks the Python modules necessary to execute the manage_distros_token.py script. Instead of deleting the token within the "publish" job, purge it in a separate job that automatically runs on the "base" image after the "publish" job succeeds. Define "rules" for the new job so that the token is only deleted for security releases, as it should have been initially. Backport of MR !11817 Merge branch 'backport-michal/purge-distros-token-in-a-separate-ci-job-9.18' into 'bind-9.18' See merge request isc-projects/bind9!11827 --- 90127d50350a4d34a194c9a6a7d9268fd650f091