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
Had trouble publishing module to psgallery. Kept getting error that my apikey wasn't valid. Forgot that I had multiple repositories registered and it was trying one of those first. Once I specified psgallery, it worked. Would have been easier to spot the problem if the error message contained the name of the repository that returned the error:
Current:
Publish-PSResource: Response status code does not indicate success: 403 (The specified API key is invalid, has expired, or does not have permission to access the specified package.).
Proposed:
Publish-PSResource: Repository 'Nuget': Response status code does not indicate success: 403 (The specified API key is invalid, has expired, or does not have permission to access the specified package.).
The text was updated successfully, but these errors were encountered:
Had trouble publishing module to psgallery. Kept getting error that my apikey wasn't valid. Forgot that I had multiple repositories registered and it was trying one of those first. Once I specified psgallery, it worked. Would have been easier to spot the problem if the error message contained the name of the repository that returned the error:
Current:
Publish-PSResource: Response status code does not indicate success: 403 (The specified API key is invalid, has expired, or does not have permission to access the specified package.).
Proposed:
Publish-PSResource: Repository 'Nuget': Response status code does not indicate success: 403 (The specified API key is invalid, has expired, or does not have permission to access the specified package.).
The text was updated successfully, but these errors were encountered: