Use access tokens instead of userand password

This commit is contained in:
Jorge Alberto Díaz Orozco (Akiel)
2026-03-23 22:57:43 +01:00
parent d9187e3d33
commit c551865cfd
4 changed files with 23 additions and 52 deletions
+2 -2
View File
@@ -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 }}"