Skip to content

Commit

Permalink
moved webhook fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
temitope777 committed Apr 25, 2024
1 parent 3427338 commit fe59505
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_dispatch:
pull_request:
push:
branches: [feature/1747-school-experience-bug]
branches: [master]

permissions:
contents: write
Expand Down Expand Up @@ -562,4 +562,3 @@ jobs:
SLACK_MESSAGE: "Pipeline Failure carrying out OWASP Testing on https://${{env.APPLICATION_NAME}}-development.${{env.REVIEW_DOMAIN}}/"
SLACK_TITLE: "Failure: OWSAP Testing has failed on Development"
SLACK_WEBHOOK: "${{ steps.fetch-slack-secret.outputs.SLACK-WEBHOOK}}"
#

0 comments on commit fe59505

Please sign in to comment.