Skip to content

Commit 9a9d6e6

Browse files
committed
Add debug informations
1 parent 98c9d4b commit 9a9d6e6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)