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 524a045 commit e20b61bCopy full SHA for e20b61b
src/config/repoAccess.ts
@@ -154,7 +154,7 @@ export const REPOSITORY_ACCESS: RepositoryAccess[] = [
154
repository: 'quickstart-resources',
155
users: [
156
{ username: 'jspahrsummers', permission: 'admin' },
157
- { username: 'a-akimov', permission: 'write' },
+ { username: 'a-akimov', permission: 'push' },
158
],
159
teams: [
160
{ team: 'auth-wg', permission: 'push' },
0 commit comments