Skip to content

Commit

Permalink
added slack webhook url
Browse files Browse the repository at this point in the history
  • Loading branch information
akannan1087 committed Mar 6, 2024
1 parent dc72423 commit b8e8890
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest

env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
steps:
- uses: actions/checkout@v3
- name: Build Docker image
Expand Down

0 comments on commit b8e8890

Please sign in to comment.