From cd802c6e4196ff6647251b8c61231733c96dd514 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Fri, 13 Feb 2026 17:30:35 +0000 Subject: [PATCH] CI: changed API key for crowdin translations, update notes api key was previously for "SomberNight" crowdin acc, now it's for a fresh acc "SomberNight_CI_BOT". - "SomberNight_CI_BOT" acc has fewer permissions overall - the new api key is minimally scoped - I can't remember what the old api key was scoped to, and crowdin does not show the settings of existing api key, one can only revoke them - the crowdin audit log can now distinguish actions of the bot vs actions I do manually --- .cirrus.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index fdc6cf441..af541292b 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -138,6 +138,8 @@ task: ELECTRUM_IMAGE: python:3.10 ELECTRUM_REQUIREMENTS_CI: contrib/requirements/requirements-ci.txt # in addition, crowdin_api_key is set as an "override" in https://cirrus-ci.com/settings/... + # - api key is for crowdin account: "SomberNight_CI_BOT" + # - see https://crowdin.com/settings#api-key depends_on: - "unittests: py3.10" only_if: $CIRRUS_BRANCH == 'master'