Files
rocketchat-notification-action/.github/workflows/test.yml
T
Jorge Alberto Díaz Orozco (Akiel) c551865cfd Use access tokens instead of userand password
2026-03-23 22:57:43 +01:00

21 lines
512 B
YAML

name: Test action
on:
pull_request:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Send plain message
uses: ./
with:
server: ${{ secrets.ROCKETCHAT_SERVER }}
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 }}"