File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 - published
77
88env :
9- SLACK_WEBHOOK : ${{ secrets.SLACK_WEBHOOK }}
109 PYTHONUNBUFFERED : 1
1110
1211jobs :
2120 publish_to_binaries : true
2221 attach_artifacts_to_github_release : true
2322 run_rules_cov : true
23+ slack_channel : lang-python
2424 env :
2525 ARTIFACTORY_API_KEY : ${{ secrets.ARTIFACTORY_API_KEY }}
2626 BINTRAY_USER : ${{ secrets.BINTRAY_USER }}
4444 run : |
4545 echo "${{ steps.lt_release.outputs.releasability }}"
4646 echo "${{ steps.lt_release.outputs.release }}"
47- # slack notifications
48- - name : Notify success on Slack
49- 50- with :
51- args : " Release successful for {{ GITHUB_REPOSITORY }} by {{ GITHUB_ACTOR }}"
52- - name : Notify failures on Slack
53- 54- if : failure()
55- with :
56- args : " Release failed, see the logs at https://github.com/{{ GITHUB_REPOSITORY }}/actions by {{ GITHUB_ACTOR }}"
57-
47+
You can’t perform that action at this time.
0 commit comments