-
-
Save KyMidd/7d6fe6b82cc1bec552b18b20e75e8707 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
CURL=$(curl -s \ | |
-X PUT \ | |
-H "Accept: application/vnd.github+json" \ | |
-H "Authorization: Bearer $GITHUB_TOKEN" \ | |
https://api.github.com/orgs/$GH_ORG/teams/ci/repos/$GH_ORG/$GH_REPO \ | |
-d '{"permission":"admin"}' 2>&1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment