Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
bell

GitHub Action

VK Notifications

1.0.1

VK Notifications

bell

VK Notifications

VK Notification for GitHub Actions

Installation

Copy and paste the following snippet into your .yml file.

              

- name: VK Notifications

uses: aeternus-capital/vk-notify-action@1.0.1

Learn more about this action in aeternus-capital/vk-notify-action

Choose a version

VK Notification

This action for VK Notification

Secrets

  • VK_TOKEN (Required) - access_token of group, from which messages will be sent (with "messages" scope)

Environment

  • VK_USERS (Required) - list of users id, who need to be notified. separated by ","
  • VK_MESSAGE (Optional) - text of notification
Example
action "VK Notification" {
    uses = "hit2hat/VK-Notifications"
    secrets = ["VK_TOKEN"]
    env = {
        VK_USERS = "182625786"
    }
}