From 0a1d747c61a2e25659165fba16f04b91cd4e7a5b Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Tue, 13 Jan 2026 06:27:03 +0800 Subject: [PATCH] Update weblate config for 1.17.0 --- .github/workflows/publish.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 57e75671f5..bdb7d9a784 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -48,8 +48,10 @@ jobs: cat < ~/.weblate [weblate] url = https://hosted.weblate.org/api/ - key = $WEBLATE_API_TOKEN translation = beeware/website + + [keys] + https://hosted.weblate.org/api/ = $WEBLATE_API_TOKEN EOF - name: Lock Weblate and Sync