Skip to content

Commit

Permalink
1389: Standardise workflows and use reusable workflows in CI repo (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunharrisonFR authored Apr 24, 2024
1 parent 7eb1550 commit a9bc006
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions .github/workflows/slackNotification.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
name: Check Changes

name: Merge Notification
on:
push:
branches:
- master

jobs:
check:
runs-on: ubuntu-latest
name: Push Slack Notification
steps:
- name: Slack Notification
uses: rtCamp/action-slack-notify@v2
if: success()
env:
SLACK_WEBHOOK: ${{ secrets.WEBHOOK_SBAT_NOTIFY_SLACK }}
SLACK_COLOR: ${{ job.status }}
run_slack-notification:
name: Merge Notification
uses: SecureApiGateway/secure-api-gateway-ci/.github/workflows/reusable-slack-notification.yml@main
secrets: inherit

0 comments on commit a9bc006

Please sign in to comment.