mirror of
https://github.com/jadolg/rocketchat-notification-action.git
synced 2026-06-30 23:37:52 +00:00
Use access tokens instead of userand password
This commit is contained in:
@@ -14,7 +14,7 @@ jobs:
|
||||
uses: ./
|
||||
with:
|
||||
server: ${{ secrets.ROCKETCHAT_SERVER }}
|
||||
user: ${{ secrets.ROCKETCHAT_USER }}
|
||||
password: ${{ secrets.ROCKETCHAT_PASSWORD }}
|
||||
auth-token: ${{ secrets.ROCKETCHAT_AUTH_TOKEN }}
|
||||
user-id: ${{ secrets.ROCKETCHAT_USER_ID }}
|
||||
channel: "#test-notifications-akiel"
|
||||
message: "Test plain message from ${{ github.repository }}@${{ github.sha }}"
|
||||
|
||||
Reference in New Issue
Block a user