Skip to content

Commit faaddc8

Browse files
committed
fix: update endpoint URL from /internal/ to /ingest/ per API restructure
1 parent 97cf2ab commit faaddc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ jobs:
778778
'{org: $org, name: $name, version: $version, repositoryUrl: $repositoryUrl, commitSha: $commitSha, workflowRunId: $workflowRunId}')
779779
780780
HTTP_CODE=$(curl -s -o /tmp/c1wf-response.json -w "%{http_code}" \
781-
-X POST "${REGISTRY_URL}/api/v1/internal/release" \
781+
-X POST "${REGISTRY_URL}/api/v1/ingest/release" \
782782
-H "Authorization: Bearer ${{ steps.c1-token.outputs.token }}" \
783783
-H "Content-Type: application/json" \
784784
-d "$BODY")

0 commit comments

Comments
 (0)