Skip to content

Warning

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

VK Notifications

Actions
VK Notification for GitHub Actions
1.0.0
Star (8)

Tags

 (2)

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"
    }
}

VK Notifications is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

VK Notification for GitHub Actions
1.0.0

Tags

 (2)

VK Notifications is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.