Skip to content

Commit e20b61b

Browse files
committed
fix
1 parent 524a045 commit e20b61b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/repoAccess.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ export const REPOSITORY_ACCESS: RepositoryAccess[] = [
154154
repository: 'quickstart-resources',
155155
users: [
156156
{ username: 'jspahrsummers', permission: 'admin' },
157-
{ username: 'a-akimov', permission: 'write' },
157+
{ username: 'a-akimov', permission: 'push' },
158158
],
159159
teams: [
160160
{ team: 'auth-wg', permission: 'push' },

0 commit comments

Comments
 (0)