jsonwebtoken-google 0.1.6

parse and validate google jwt token with jsonwebtoken
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: Send push notification to Telegram
on:
  push:
    branches: [ master ]  
  release:    
    types:
      - published     
jobs:
  build:    
    runs-on: ubuntu-latest    
    steps:        
    - uses: avkviring/telegram-github-action@v0.0.13
      env:
        telegram_to: ${{ secrets.TELEGRAM_TO }}  
        telegram_token: ${{ secrets.TELEGRAM_TOKEN }}
        event: ${{ toJson(github.event) }}