We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7769d7 commit 0ed004bCopy full SHA for 0ed004b
src/cli.ts
@@ -135,7 +135,7 @@ async function main(): Promise<void> {
135
console.log('🔑 Giving admin access to all team members')
136
// This is the GitHub team in the "sourcegraph" org named "Team"; see
137
// https://api.github.com/orgs/sourcegraph/teams.
138
- await githubClient.put(`/teams/626894/repos/sourcegraph/${repoName}`, {
+ await githubClient.put(`teams/626894/repos/sourcegraph/${repoName}`, {
139
json: {
140
permission: 'admin',
141
},
0 commit comments