Skip to content

Commit

Permalink
Update buildkite params
Browse files Browse the repository at this point in the history
  • Loading branch information
varadarajan-tw committed Oct 13, 2023
1 parent f112784 commit fc78947
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ jobs:
--url https://api.buildkite.com/v2/organizations/segment/pipelines/integrations/builds \
--header 'Authorization: Bearer ${{ secrets.INTEGRATIONS_BUILDKITE_TOKEN }}' \
--header 'Content-Type: application/json' \
--data '{"commit":"HEAD","branch":"ci-test",":github: Update action destination version with action-destinations-${{ env.ACTION_DESTINATION_VERSION }}","env":{
"ACTIONS_BRANCH": "${{ github.ref_name }}", "TRIGGERED_FROM_GHA": "true", "ACTION_DESTINATION_PACKAGE": "${{ env.ACTION_DESTINATION_VERSION }}", "ACTIONS_RUN_ID": "${{ github.run_id }}" },"meta_data":{}}')
--data '{"commit":"HEAD","branch":"ci-test",":github: bump @segment/action-destinations action destination version to ${{ env.ACTION_DESTINATION_VERSION }}","env":{
"BRANCH_TO_UPDATE": "${{ github.ref_name }}", "SHORT_SHA": "${{ env.SHORT_SHA }}", "WEEKLY_DEPLOY": "false", "UPGRADE_ACTION_DESTINATIONS": "true", "ACTION_DESTINATIONS_VERSION": "${{ env.ACTION_DESTINATION_VERSION }}", "ACTIONS_RUN_ID": "${{ github.run_id }}" },"meta_data":{}}')
BUILDKITE_URL=$(echo $result | jq -r '.web_url')
if [[ -z "$BUILDKITE_URL" ]]; then
exit 1
Expand Down

0 comments on commit fc78947

Please sign in to comment.