Signed-off-by: Andrew Johnson <ajohnson@gocardless.com>
This commit is contained in:
Andrew Johnson
2021-04-01 19:17:13 +01:00
parent 18a9669291
commit 97c5797f4e
@@ -186,7 +186,10 @@ export function createPublishGithubAction(options: {
}
if (collaborators) {
for (const { access: permission, username: team_slug } of collaborators) {
for (const {
access: permission,
username: team_slug,
} of collaborators) {
await client.teams.addOrUpdateRepoPermissionsInOrg({
org: owner,
team_slug,