Skip to content

Commit

Permalink
add SLACK_WEBHOOK variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Vilche committed Jul 26, 2023
1 parent ec7d493 commit 0558d35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/coverage-status.yml
Expand Up @@ -23,4 +23,5 @@ jobs:
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
SLACK_WEBHOOK: ${{secrets.slack_webhook}}

0 comments on commit 0558d35

Please sign in to comment.