Skip to content

Commit 0cae9ca

Browse files
authored
Update jadolg/rocketchat-notification-action to v 3.0.0 (#377)
1 parent 4c6b360 commit 0cae9ca

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
- name: Publish package distributions to PyPI
3030
uses: pypa/gh-action-pypi-publish@release/v1
3131
- name: Announce release
32-
uses: jadolg/rocketchat-notification-action@v2.0.0
32+
uses: jadolg/rocketchat-notification-action@v3.0.0
3333
with:
3434
server: https://open.rocket.chat
3535
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 }}
36+
user-id: ${{ secrets.ROCKETCHAT_USER_ID }}
37+
auth-token: ${{ secrets.ROCKETCHAT_AUTH_TOKEN }}
3838
channel: "#python_rocketchat_api"

0 commit comments

Comments
 (0)