Skip to content

Commit ef545e1

Browse files
committed
ci: use a more descriptive variable for the webhook
1 parent b1d1860 commit ef545e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ jobs:
8585
if: failure() && github.ref == 'refs/heads/main'
8686
uses: slackapi/[email protected]
8787
with:
88-
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
88+
webhook: ${{ secrets.SLACK_REGRESSION_FAILURES_WEBHOOK_URL }}
8989
webhook-type: webhook-trigger
9090
payload: |
9191
action_url: "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
92-
repository: ${{ github.repository }}
92+
repository: "${{ github.repository }}"

0 commit comments

Comments
 (0)