Notify on Deploy from GitLab CI
notify_teams:
script:
- ./teams message send --team "$TEAM_ID" --channel "$CHANNEL_ID" --body "GitLab deploy completed" --output json
Use masked variables for tokens and avoid printing message bodies in debug logs.