Skip to content

📦 📢 Sends notifications to Telegram or Discord via achtung

License

Notifications You must be signed in to change notification settings

D00Movenok/achtung-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

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Achtung notifier action

This action sends a notification message to Telegram or Discord or whatever achtung can chats.

Powered by achtung application.

For setting it up read achtung manual

Inputs

webhook

Required. Achtung endpoing.

token

Required. Achtung token.

message

Required. Message text.

verify

Verify certificate. Default: true

Usage

- name: Send a chat notification via achtung
  uses: D00Movenok/achtung-action@v1
  with:
    webhook: ${{ secrets.ACHTUNG_WEBHOOK }}
    token: ${{ secrets.ACHTUNG_TOKEN }}
    verify: 'false'
    message: '📦 This is a message from github actions ;)'