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
name: PR Labeler
on:
  pull_request:
    types: [opened]

jobs:
  pr-labeler:
    runs-on: ubuntu-latest
    steps:
      - uses: TimonVS/pr-labeler-action@v3        
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}