manish kumar
manish kumar

Reputation: 4702

how to get GH_TOKEN from gitlab project

I want to assign GH_TOKEN in the env variable to implement auto update feature in the electron application.
But i am unable to find the GH_TOKEN in the gitlab repository,


Help with implementing auto update feature using private gitlab repository.

Upvotes: 0

Views: 1896

Answers (1)

Shobi
Shobi

Reputation: 11461

from git lab documentation,

  • Log in to your GitLab account.
  • Go to your Profile settings.
  • Go to access tokens. Choose a name and optionally an expiry date for the token.
  • Choose the desired scopes.
  • Click on Create personal access token.
  • Save the personal access token somewhere safe.
  • Once you leave or refresh the page, you won't be able to access it again.

Here is the link.

Upvotes: 1

Related Questions