Skip to content

Commit

Permalink
CI: Disable Slack webhook
Browse files Browse the repository at this point in the history
The webhook requires github secrets which aren't accessible to external
contributors, so removing it simplifies matters.
  • Loading branch information
thedataking committed Nov 28, 2024
1 parent 3271b3d commit 5830b4f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/internal-testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,15 +113,6 @@ jobs:
echo "PATH=$PATH"
python3 testsuite/test.py curl json-c lua nginx zstd
- uses: 8398a7/action-slack@v3
with:
status: ${{ job.status }}
fields: repo,message,commit,author,action,ref,job,took # selectable (default: repo,message)
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # optional
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} # required
if: always() # Pick up events even if the job fails or is canceled.

- uses: actions/upload-artifact@v4
with:
name: testsuite-build-artifacts
Expand Down

0 comments on commit 5830b4f

Please sign in to comment.