Skip to content
bell

GitHub Action

VK Notifications

1.0.2 Latest version

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.2

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 = "alphamusic/VK-Notifications"
    secrets = ["VK_TOKEN"]
    env = {
        VK_USERS = "182625786"
    }
}