Skip to content

Commit 6b45c41

Browse files
committed
feat: use scope:"*"
1 parent 8f8c16b commit 6b45c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/auth.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ func authenticate(ctx context.Context, cmd *cli.Command, forceAuthentication boo
7070

7171
cc := getAPICommandContext(cmd)
7272
clientID := cmd.String("client-id")
73-
scope := "openapi:read project:write project:read"
73+
scope := "*"
7474
authResult, err := startDeviceFlow(ctx, cmd, cc.client, clientID, scope)
7575
if err != nil {
7676
return err

0 commit comments

Comments
 (0)