Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 900 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 900 Bytes

Enterprise License Audit Action

Action that returns license counts for GitHub Enterprises.

Usage

uses: oss-tooling/gh-license-audit-action@v1
with:
  enterprise: <name-of-your-enterprise>

Inputs

  • enterprise: the GitHub enterprise to audit
  • token: a Personal Access Token scoped with read:enterprise permissions

Outputs

  • total-seats-purchased: the count of purchased seats
  • total-seats-consumed: the count of seats consumed
  • dot-com-users: the count of dot com users
  • server-users: the count of server users
  • visual-studio-users: the count of visual studio users
  • duplicates: the count of users on both server and dot com
  • total-users: the count of users
  • total-accounts: the count of accounts

Examples

Reference implementations: