File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1616 echo "Tag: ${{ github.event.release.tag_name }}"
1717 echo "Release Name: ${{ github.event.release.name }}"
1818 echo "Body: ${{ github.event.release.body }}"
19- echo "Slack Webhook Url: ${{ secrets.SLACK_MOBILE_ALERTS_SANDBOX_CHANNEL }}"
19+ echo "Slack Webhook Url: ${{ secrets.WEBHOOK_SLACK_MOBILE_ALERTS_SANDBOX_CHANNEL }}"
2020 echo "Massimo"
2121 - name : Run the reusable action from branch
2222 uses : mozilla-mobile/testops-tools/.github/actions/firefox-ios-milestone@mb/firefox-ios-milestone
2626 testrail-host : ${{ secrets.TESTRAIL_HOST }}
2727 testrail-username : ${{ secrets.TESTRAIL_USERNAME }}
2828 testrail-api-key : ${{ secrets.TESTRAIL_PASSWORD }}
29- slack_webhook_url : ${{ secrets.SLACK_MOBILE_ALERTS_SANDBOX_CHANNEL }}
29+ slack_webhook_url : ${{ secrets.WEBHOOK_SLACK_MOBILE_ALERTS_SANDBOX_CHANNEL }}
You can’t perform that action at this time.
0 commit comments