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