Skip to content

Commit 01b09d0

Browse files
committed
Update action
1 parent 644445b commit 01b09d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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
@@ -26,4 +26,4 @@ jobs:
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 }}

0 commit comments

Comments
 (0)