From 563eb4d80413aafeb9ffc0aab3257f16a433e812 Mon Sep 17 00:00:00 2001 From: Namit Nathwani Date: Fri, 15 Aug 2025 12:10:52 +0530 Subject: [PATCH] fix: use correct secret for API key --- .github/workflows/pipeline-release-tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline-release-tag.yml b/.github/workflows/pipeline-release-tag.yml index c602d09a..2f158aa0 100644 --- a/.github/workflows/pipeline-release-tag.yml +++ b/.github/workflows/pipeline-release-tag.yml @@ -247,7 +247,7 @@ jobs: - name: Create JSON payload run: | # Initialize an empty JSON object string - jsonPayload="{\"password\": \"$releasePassword\"" + jsonPayload="{\"password\": \"${{ secrets.SUPERTOKENS_RELEASE_API_KEY }}\"" # Iterate through all files in the ./bundle directory for file in ./bundle/*; do # Extract the filename without the path