Skip to content

Commit

Permalink
remove slack from github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
cswank committed Aug 18, 2021
1 parent 5ad8f39 commit 55e4ae2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,3 @@ jobs:

- name: Test
run: go test -v ./...

- uses: 8398a7/action-slack@v3
with:
status: ${{ job.status }}
fields: repo,author,ref
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_BACKEND_CI_WEBHOOK }}
if: always()

0 comments on commit 55e4ae2

Please sign in to comment.