File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9696 with :
9797 user : __token__
9898 password : ${{ secrets.PYPI }}
99-
100- notify :
101- runs-on : ubuntu-latest
102- needs : publish
103- steps :
104- - name : Notify Success
105- uses : archive/github-actions-slack@master
106- with :
107- slack-channel : C2CRL4C4V
108- slack-text : Release is success *[${{ github.repository }}] (${{ github.ref }})* https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
109- slack-bot-user-oauth-access-token : ${{ secrets.SLACK_BOT_TOKEN }}
110- slack-optional-as_user : false
111- slack-optional-icon_emoji : " :white_check_mark:"
Original file line number Diff line number Diff line change 4141
4242 - name : Test with pytest
4343 run : pytest
44-
45- notify :
46- runs-on : ubuntu-latest
47- needs : tests
48- steps :
49- - name : Notify Success
50- uses : archive/github-actions-slack@master
51- with :
52- slack-channel : C2CRL4C4V
53- slack-text : Tests are passed *[${{ github.repository }}] (${{ github.ref }})* https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
54- slack-bot-user-oauth-access-token : ${{ secrets.SLACK_BOT_TOKEN }}
55- slack-optional-as_user : false
56- slack-optional-icon_emoji : " :white_check_mark:"
You can’t perform that action at this time.
0 commit comments