We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5fc885 commit 62f2610Copy full SHA for 62f2610
type_token_scope.go
@@ -71,15 +71,15 @@ var (
71
72
ValidProjectDeployTokenScopes = []string{
73
TokenScopeReadRepository.String(),
74
- TokenScopeReadRepository.String(),
+ TokenScopeReadRegistry.String(),
75
TokenScopeWriteRegistry.String(),
76
TokenScopeReadPackageRegistry.String(),
77
TokenScopeWritePackageRegistry.String(),
78
}
79
80
ValidGroupDeployTokenScopes = []string{
81
82
83
84
85
0 commit comments