Skip to content

will not trigger pushing via Github actions #26372

Discussion options

You must be logged in to vote

I found the solution. 

It’s very simple.

We should not use GITHUB_TOKEN.

  1. we create a personal token in your “Github’s settings->Developer settings->Personal access tokens->Generate new token” (not repository’s settings).

  2. create new token. You NEED TO check “*repo” and “repo*”.

  3. store the token’s name and its value

  4. In you repository’s settings->Secrets->Add a new secret

  5. replace GITHUB_TOKEN to these secrets.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant