lee-lott-actions/Grant Team Access to Repository
Grants a team access to a repository with a specified role
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| team-name | The slug of the team to grant access | yes | — |
| role | The role to assign (e.g., pull, push, admin, maintain, triage) | yes | — |
| owner | The organization or user that owns the repository | yes | — |
| repo-name | The name of the repository | yes | — |
| token | GitHub token with permissions to manage team access | yes | — |
Outputs
| name | description |
|---|---|
| result | Result of the team creation operation ("success" or "failure") |
| error-message | Error message if the team creation operation fails |