Skip to content

Commit

Permalink
Merge branch 'update-ci-notification-command' into 'main'
Browse files Browse the repository at this point in the history
Update CI notification command

See merge request reportcreator/reportcreator!617
  • Loading branch information
MWedl committed Jul 10, 2024
2 parents 69ba40e + da57e8b commit c5a85df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,10 @@ release_job_github:

# Send notification for new release
- >
curl https://cloud.sysreptor.com/api/v1/notifications/new/
-X POST
-H "Authorization: Bearer ${SAASPANEL_API_TOKEN}"
-H "Content-Type: application/json"
curl https://cloud.sysreptor.com/api/v1/notifications/new/ \
-X POST \
-H "Authorization: Bearer ${SAASPANEL_API_TOKEN}" \
-H "Content-Type: application/json" \
-d "{\"title\": \"🎊 Update available\", \"text\": \"There's a new SysReptor version (v${VERSION_NUMBER}) waiting for you.\", \"link_url\": \"https://github.com/Syslifters/sysreptor/releases/tag/${VERSION_NUMBER}\", \"instance_conditions\": {\"version\": \"<${VERSION_NUMBER}\"} }"
build-docs:
Expand Down

0 comments on commit c5a85df

Please sign in to comment.