Skip to content

:octocat: Уведомления в VK из GitHub Actions

License

Notifications You must be signed in to change notification settings

aeternus-capital/vk-notify-action

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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