Skip to content

Commit

Permalink
Drop 8398a7/action-slack action from deployment workflow
Browse files Browse the repository at this point in the history
Notifications are now handled by GitHub Slack integration subscription to
repo action workflows.
  • Loading branch information
douglatornell committed Jan 24, 2023
1 parent 7e15b79 commit 9134a68
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,3 @@ jobs:
username: ${{ secrets.DEPLOY_USER }}
key: ${{ secrets.DEPLOY_KEY }}
script: ${{ secrets.DEPLOY_PATH }}/deploy.sh

- name: Push job status to SalishSeaCast Slack
uses: 8398a7/action-slack@v3
with:
status: ${{ job.status }}
author_name: pytest & deploy
fields: repo,eventName,ref,workflow
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_SALISHSEACAST_WEBHOOK_URL }}
if: always()

0 comments on commit 9134a68

Please sign in to comment.