-
-
Save KyMidd/dd29fa17ddacef3f8664b865e598b7e1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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