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 df7c3d1 commit a89103eCopy full SHA for a89103e
internal/pkg/auth/storage.go
@@ -43,10 +43,10 @@ const (
43
)
44
45
const (
46
- keyringServiceCLI = "stackit-cli"
47
- keyringServiceAPI = "stackit-cli-api"
48
- textFileNameCLI = "cli-auth-storage.txt"
49
- textFileNameAPI = "cli-api-auth-storage.txt"
+ keyringServiceCLI = "stackit-cli"
+ keyringServiceAPI = "stackit-cli-api"
+ textFileNameCLI = "cli-auth-storage.txt"
+ textFileNameAPI = "cli-api-auth-storage.txt"
50
envAccessTokenName = "STACKIT_ACCESS_TOKEN"
51
52
0 commit comments