File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,11 @@ 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_MOBILE_ALERTS_SANDBOX_CHANNEL value in the main workflow: '${{ secrets.SLACK_MOBILE_ALERTS_SANDBOX_CHANNEL }}'"
1918 - name : Run the reusable action from branch
2019 uses : mozilla-mobile/testops-tools/.github/actions/firefox-ios-milestone@mb/firefox-ios-milestone
2120 with :
2221 release-name : ${{ github.event.release.name }}
2322 release-tag : ${{ github.event.release.tag_name }}
2423 testrail-host : ${{ secrets.TESTRAIL_HOST }}
2524 testrail-username : ${{ secrets.TESTRAIL_USERNAME }}
26- testrail-api-key : ${{ secrets.TESTRAIL_PASSWORD }}
27- webhook_url : ${{ secrets.SLACK_MOBILE_ALERTS_SANDBOX_CHANNEL }}
25+ testrail-api-key : ${{ secrets.TESTRAIL_PASSWORD }}
You can’t perform that action at this time.
0 commit comments