Skip to content

Instantly share code, notes, and snippets.

@Gr1N
Created January 12, 2020 12:22
Show Gist options
  • Save Gr1N/83a7c9dc9faa5d0ac5e6e9a11c4f4a91 to your computer and use it in GitHub Desktop.
Save Gr1N/83a7c9dc9faa5d0ac5e6e9a11c4f4a91 to your computer and use it in GitHub Desktop.
10 things I love about GitHub Actions (secrets)
steps:
- uses: appleboy/telegram-action@0.0.7
with:
to: ${{ secrets.TELEGRAM_CHAT_ID }}
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
message: ${{ github.repository }} starred!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment