@@ -162,37 +162,37 @@ jobs:
162162 '
163163
164164
165- notification :
166- name : Send Notification
167- needs :
168- - prepare
169- - build_and_publish
170- uses : tangem-developments/actions/.github/workflows/notification.yml@main
171- with :
172- channel : ' deployments-android'
173- status : ' success'
174- app_name : ' Tangem Release'
175- deploy_to : ' Google Play Internal'
176- version : ${{ needs.prepare.outputs.version_name }}
177- build_number : ${{ needs.prepare.outputs.version_code }}
178- changelog : ${{ needs.prepare.outputs.jira_summary }}
179- secrets :
180- SLACK_BOT_TOKEN : ${{ secrets.SLACK_BOT_TOKEN }}
181-
182- error_notification :
183- name : Error Notification
184- needs :
185- - prepare
186- - build_and_publish
187- if : failure()
188- uses : tangem-developments/actions/.github/workflows/notification.yml@main
189- with :
190- channel : ' deployments-android'
191- status : ' error'
192- app_name : ' Tangem Release'
193- deploy_to : ' Google Play Internal'
194- version : ${{ needs.prepare.outputs.version_name }}
195- build_number : ${{ needs.prepare.outputs.version_code }}
196- changelog : ${{ needs.prepare.outputs.jira_summary }}
197- secrets :
198- SLACK_BOT_TOKEN : ${{ secrets.SLACK_BOT_TOKEN }}
165+ # notification:
166+ # name: Send Notification
167+ # needs:
168+ # - prepare
169+ # - build_and_publish
170+ # uses: tangem-developments/actions/.github/workflows/notification.yml@main
171+ # with:
172+ # channel: 'deployments-android'
173+ # status: 'success'
174+ # app_name: 'Tangem Release'
175+ # deploy_to: 'Google Play Internal'
176+ # version: ${{ needs.prepare.outputs.version_name }}
177+ # build_number: ${{ needs.prepare.outputs.version_code }}
178+ # changelog: ${{ needs.prepare.outputs.jira_summary }}
179+ # secrets:
180+ # SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
181+ #
182+ # error_notification:
183+ # name: Error Notification
184+ # needs:
185+ # - prepare
186+ # - build_and_publish
187+ # if: failure()
188+ # uses: tangem-developments/actions/.github/workflows/notification.yml@main
189+ # with:
190+ # channel: 'deployments-android'
191+ # status: 'error'
192+ # app_name: 'Tangem Release'
193+ # deploy_to: 'Google Play Internal'
194+ # version: ${{ needs.prepare.outputs.version_name }}
195+ # build_number: ${{ needs.prepare.outputs.version_code }}
196+ # changelog: ${{ needs.prepare.outputs.jira_summary }}
197+ # secrets:
198+ # SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
0 commit comments