Skip to content

Commit 810bd6f

Browse files
authored
Merge pull request #65 from tighten/alk/remove-slack-action
Remove slack action from workflow
2 parents a66bd86 + a10b054 commit 810bd6f

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/build-test.yml .github/workflows/test.yml

-12
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,3 @@ jobs:
7373
env:
7474
STRIPE_TEST_SECRET: "${{ secrets.STRIPE_SECRET }}"
7575
STRIPE_API_BASE: "127.0.0.1:${{ job.services.stripemock.ports[12111] }}"
76-
77-
- name: Send Slack notification
78-
uses: 8398a7/action-slack@v3
79-
if: failure()
80-
with:
81-
status: ${{ job.status }}
82-
author_name: PHP ${{ matrix.php }}, Laravel ${{ matrix.laravel }}
83-
fields: repo,message,commit,author,eventName,workflow
84-
env:
85-
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
86-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
87-
MATRIX_CONTEXT: ${{ toJson(matrix) }}

0 commit comments

Comments
 (0)