Skip to content

Commit

Permalink
Consolidate env vars 4
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjfrog committed Sep 28, 2023
1 parent 2c8c318 commit 9c19d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/promote-release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
PROMOTE_RESULT=$(curl --request "POST" \
--header "Content-Type: application/json" \
--header "Authorization: Bearer $JF_ACCESS_TOKEN" \
--header "X-JFrog-Signing-Key-Name: ${{ secrets.RELEASE_BUNDLE_SIGNING_KEY }}" \
--header "X-JFrog-Signing-Key-Name: $RELEASE_BUNDLE_SIGNING_KEY" \
--data '{"environment":"PROD","included_repository_keys":["phoenix-maven-prod-local"],"overwrite_existing_artifacts":false}' \
--url "https://tomjfrog.jfrog.io/lifecycle/api/v2/promotion/records/phoenix-project-release-bundle/$RELEASE_BUNDLE_VERSION")
echo PROMOTE_RESULT=$PROMOTE_RESULT >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 9c19d8d

Please sign in to comment.