Skip to content

Commit 0a3019b

Browse files
committed
Add slack webhook
1 parent 9a9d6e6 commit 0a3019b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/fireoxos-ios-testrail-milestone.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@ jobs:
1515
echo "Tag: ${{ github.event.release.tag_name }}"
1616
echo "Release Name: ${{ github.event.release.name }}"
1717
echo "Body: ${{ github.event.release.body }}"
18+
echo "Slack Webhook Url: ${{ secrets.SLACK_MOBILE_ALERTS_SANDBOX_CHANNEL }}"
1819
- name: Run the reusable action from branch
1920
uses: mozilla-mobile/testops-tools/.github/actions/firefox-ios-milestone@mb/firefox-ios-milestone
2021
with:
2122
release-name: ${{ github.event.release.name }}
2223
release-tag: ${{ github.event.release.tag_name }}
2324
testrail-host: ${{ secrets.TESTRAIL_HOST }}
2425
testrail-username: ${{ secrets.TESTRAIL_USERNAME }}
25-
testrail-api-key: ${{ secrets.TESTRAIL_PASSWORD }}
26+
testrail-api-key: ${{ secrets.TESTRAIL_PASSWORD }}
27+
slack_webhook_url: ${{ secrets.SLACK_MOBILE_ALERTS_SANDBOX_CHANNEL }}

0 commit comments

Comments
 (0)