Skip to content

Commit 95bbaa8

Browse files
add tail scope to github actions workflows (#1290)
1 parent 4fcc1db commit 95bbaa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pkg/cli/login.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ func NonInteractiveGitHubLogin(ctx context.Context, client client.FabricClient,
130130
term.Debug("Got GitHub Actions id-token")
131131
resp, err := client.Token(ctx, &defangv1.TokenRequest{
132132
Assertion: idToken,
133-
Scope: []string{"admin", "read", "delete"}, // no "tail" scope
133+
Scope: []string{"admin", "read", "delete", "tail"},
134134
})
135135
if err != nil {
136136
return err

0 commit comments

Comments
 (0)