Use release publish token

This commit is contained in:
Sumner Evans
2019-10-29 11:45:03 -06:00
parent 74a8937b56
commit 5e88417deb

View File

@@ -45,7 +45,7 @@ echo "$data"
curl \
--header 'Content-Type: application/json' \
--header "PRIVATE-TOKEN: ${CI_JOB_TOKEN}" \
--header "PRIVATE-TOKEN: ${RELEASE_PUBLISH_TOKEN}" \
--data "$data" \
--request POST \
${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/releases