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
My GitLab instance is not gitlab.com, but a self-hosted private GitLab set up by our company. The domain looks like http://123.456.78.901/api/..., and the URL points to the GitLab API, which we use to fetch the latest CI/CD build artifacts.
說明
class AutoUpdater 內的 addAuthHeader(token) 內部實作為:
不過對於 gitlab private repository,requestHeaders 需使用 'PRIVATE-TOKEN' 而非 authorization 欄位,例如:
The text was updated successfully, but these errors were encountered: