Skip to content

Commit

Permalink
Merge pull request #65 from tighten/alk/remove-slack-action
Browse files Browse the repository at this point in the history
Remove slack action from workflow
  • Loading branch information
faxblaster authored Oct 26, 2022
2 parents a66bd86 + a10b054 commit 810bd6f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build-test.yml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,3 @@ jobs:
env:
STRIPE_TEST_SECRET: "${{ secrets.STRIPE_SECRET }}"
STRIPE_API_BASE: "127.0.0.1:${{ job.services.stripemock.ports[12111] }}"

- name: Send Slack notification
uses: 8398a7/action-slack@v3
if: failure()
with:
status: ${{ job.status }}
author_name: PHP ${{ matrix.php }}, Laravel ${{ matrix.laravel }}
fields: repo,message,commit,author,eventName,workflow
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MATRIX_CONTEXT: ${{ toJson(matrix) }}

0 comments on commit 810bd6f

Please sign in to comment.