You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: provider/auth.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ import (
10
10
)
11
11
12
12
// ErrTokenNotConfigured is returned when no API token is available.
13
-
varErrTokenNotConfigured=fmt.Errorf("Webflow API token not configured. Configure using: pulumi config set webflow:token <token> --secret OR set WEBFLOW_API_TOKEN environment variable")
13
+
varErrTokenNotConfigured=fmt.Errorf("Webflow API token not configured. Configure using: pulumi config set webflow:apiToken <token> --secret OR set WEBFLOW_API_TOKEN environment variable")
14
14
15
15
// getEnvToken retrieves the Webflow API token from the environment variable.
0 commit comments