From 8b7609c7695b251f4e5b82c47ae91b78967a8724 Mon Sep 17 00:00:00 2001 From: David Marteau Date: Tue, 10 Feb 2026 17:25:22 +0100 Subject: [PATCH] [GHA] Fix secrets --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b26df0c4..0dfdf9ec 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,5 +34,5 @@ jobs: publish: ${{ inputs.publish }} secrets: transifex_token: ${{ secrets.TRANSIFEX_TOKEN }} - - + osgeo_username: ${{ secrets.OSGEO_USERNAME }} + osgeo_password: ${{ secrets.OSGEO_PASSWORD }}