From f87b949b4da344711f6c026b33a2c84f128f5e9c Mon Sep 17 00:00:00 2001 From: triplem <160079+triplem@users.noreply.github.com> Date: Sun, 22 Dec 2024 14:15:59 +0100 Subject: [PATCH] fix: use correct secret --- .github/workflows/continuous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index cfc432a..68c2efb 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -67,7 +67,7 @@ jobs: env: tag: v$RELEASE_VERSION - ORG_GRADLE_PROJECT_signingInMemoryKey: $ORG_GRADLE_PROJECT_SIGNININMEMORYKEY + ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.ORG_GRADLE_PROJECT_SIGNININMEMORYKEY }} dependency-submission: runs-on: ubuntu-latest