Skip to content
Snippets Groups Projects
Commit 006e64f1 authored by Alberto Nidasio's avatar Alberto Nidasio
Browse files

[CI] Secured Skyward's API with an api-key

parent 52a41aa4
No related branches found
No related tags found
No related merge requests found
Pipeline #9369 passed
......@@ -92,7 +92,7 @@ post_on_slack:
image: curlimages/curl
script:
- |
curl -XPOST -H "Content-type: application/json" -d "{
curl -XPOST -H "Content-type: application/json" -H "api-key: $SKYWARD_API_KEY" -d "{
\"project_id\": $CI_PROJECT_ID,
\"pipeline_id\": $CI_PIPELINE_ID,
\"message\": \"Bruh, SkywardHub just dropped a new build!\",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment