From 827d1e28f5bf7928320db557be1268c0f8adfa9f Mon Sep 17 00:00:00 2001 From: stanbrub Date: Mon, 21 Oct 2024 12:18:15 -0600 Subject: [PATCH] Added quotes for signing key --- .github/workflows/publish-benchmarks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-benchmarks.yml b/.github/workflows/publish-benchmarks.yml index 2e983b20..0a317ca1 100644 --- a/.github/workflows/publish-benchmarks.yml +++ b/.github/workflows/publish-benchmarks.yml @@ -77,7 +77,7 @@ jobs: - name: Build Release Artifacts Bundle working-directory: ${{env.RELEASE_DIR}} run: | - echo ${{secrets.BENCHMARK_SIGNING_KEY}} > signing-key.txt + echo "${{secrets.BENCHMARK_SIGNING_KEY}}" > signing-key.txt ${LATEST_DIR}/.github/scripts/make-release-artifact-bundle.sh ${VERSION} signing-key.txt docker compose down