https://github.com/opspec-pkgs/github.repo.team.add
adds a github team to a repo (or updates permissions)
https://github.com/opspec-pkgs/github.repo.team.add
github
Last synced: 5 months ago
JSON representation
adds a github team to a repo (or updates permissions)
- Host: GitHub
- URL: https://github.com/opspec-pkgs/github.repo.team.add
- Owner: opspec-pkgs
- Created: 2017-07-25T03:44:38.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2021-07-09T04:45:54.000Z (almost 5 years ago)
- Last Synced: 2023-06-01T10:55:29.823Z (about 3 years ago)
- Topics: github
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
[](https://github.com/opspec-pkgs/github.repo.team.add/actions/workflows/build.yml)

# Problem statement
adds a github team to a repo (or updates permissions)
# Example usage
## Visualize
```shell
opctl ui github.com/opspec-pkgs/github.repo.team.add#1.1.0
```
## Run
```
opctl run github.com/opspec-pkgs/github.repo.team.add#1.1.0
```
## Compose
```yaml
op:
ref: github.com/opspec-pkgs/github.repo.team.add#1.1.0
inputs:
accessToken: # 👈 required; provide a value
org: # 👈 required; provide a value
repo: # 👈 required; provide a value
teamId: # 👈 required; provide a value
## uncomment to override defaults
# permission: "pull"
```
# Support
join us on
[](https://join.slack.com/t/opctl/shared_invite/zt-51zodvjn-Ul_UXfkhqYLWZPQTvNPp5w)
or
[open an issue](https://github.com/opspec-pkgs/github.repo.team.add/issues)
# Releases
releases are versioned according to
[](http://semver.org/spec/v2.0.0.html)
and [tagged](https://git-scm.com/book/en/v2/Git-Basics-Tagging); see
[CHANGELOG.md](CHANGELOG.md) for release notes
# Contributing
see
[project/CONTRIBUTING.md](https://github.com/opspec-pkgs/project/blob/main/CONTRIBUTING.md)