Skip to content

fabasoad/icq-notify-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

ICQ Notify GitHub Action

Stand With Ukraine GitHub release unit-tests functional-tests security linting Maintainability Test Coverage Known Vulnerabilities

ICQ Notify GitHub Action.

Inputs

Name Required Description Default Type
token Yes ICQ API token <String>
to Yes Recipient. Can be chat id or user nickname <String>
message No Text message <String>
file No File message <String>

Example

Usage

name: ICQ Notify

on: push

jobs:
  job_1:
    name: Example
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@main
      - uses: fabasoad/icq-notify-action@main
        with:
          token: ${{ secrets.ICQ_TOKEN }}
          to: ${{ secrets.ICQ_TO }}
          message: 'Hello from GitHub Action'
          file: README.md

Result

Result