File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments