We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c6b360 commit 0cae9caCopy full SHA for 0cae9ca
1 file changed
.github/workflows/release.yml
@@ -29,10 +29,10 @@ jobs:
29
- name: Publish package distributions to PyPI
30
uses: pypa/gh-action-pypi-publish@release/v1
31
- name: Announce release
32
- uses: jadolg/rocketchat-notification-action@v2.0.0
+ uses: jadolg/rocketchat-notification-action@v3.0.0
33
with:
34
server: https://open.rocket.chat
35
message: A new version (${{ github.event.release.tag_name }}) has been released! ${{ github.event.release.html_url }}
36
- user: ${{ secrets.ROCKETCHAT_USER }}
37
- password: ${{ secrets.ROCKETCHAT_PASSWORD }}
+ user-id: ${{ secrets.ROCKETCHAT_USER_ID }}
+ auth-token: ${{ secrets.ROCKETCHAT_AUTH_TOKEN }}
38
channel: "#python_rocketchat_api"
0 commit comments