Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Created September 20, 2024 21:37
Show Gist options
  • Select an option

  • Save KyMidd/dd29fa17ddacef3f8664b865e598b7e1 to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/dd29fa17ddacef3f8664b865e598b7e1 to your computer and use it in GitHub Desktop.
name: Org-Wide License Analyze
description: 'This github action is used to analyze the license of every repository in a github org'
inputs:
GITHUB_ORG_NAME:
description: 'The name of the github org to analyze'
required: true
type: string
GITHUB_TOKEN:
description: 'The github token to use for the analysis, needs all repo: permissions and org:read'
required: true
type: string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment