Skip to content

Commit ab6c80a

Browse files
committed
add to token creation UI
1 parent 14f6e4c commit ab6c80a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web_src/js/components/ScopedAccessTokenSelector.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ const categories = computed(() => {
2323
'organization',
2424
'package',
2525
'repository',
26+
'commitstatus',
2627
'user');
2728
return categories;
2829
});

0 commit comments

Comments
 (0)