We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 487b729 commit 23f6c86Copy full SHA for 23f6c86
.github/workflows/ce-merge-trigger.yml
@@ -67,7 +67,7 @@ jobs:
67
run: |
68
# Create the JSON payload using jq for safe escaping
69
payload=$(jq -n \
70
- --arg event_type "$EVENT_TYPE" \
+ --arg event_type "oss-merge" \
71
--arg git_ref "$GIT_REF" \
72
--arg git_sha "$GIT_SHA" \
73
--arg git_actor "$GIT_ACTOR" \
@@ -91,5 +91,6 @@ jobs:
91
curl -v -X POST \
92
-H "Authorization: token $GH_PAT" \
93
-H "Accept: application/vnd.github+json" \
94
+ -H "Content-Type: application/json" \
95
-d "$payload" \
96
"https://api.github.com/repos/hashicorp/consul-enterprise/dispatches"
0 commit comments