Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 239 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 239 Bytes

Generate JWT of Google Service Account

Usage Example

- uses: KMConner/google-jwt-gen@v1
  id: gen-jwt
  with:
    service-account: ${{ secrets.GOOGLE_SERVICE_ACCOUNT }}
    scope: "https://www.googleapis.com/auth/drive"