action-detect-and-tag-new-version icon indicating copy to clipboard operation
action-detect-and-tag-new-version copied to clipboard

Command failed with exit code 128

Open FynniX opened this issue 1 year ago • 2 comments

The action can't create a tag because of a fatal error of "fatal: unable to access 'repo_url': The requested URL returned error: 403". Probably because it's a private repo?

FynniX avatar Sep 25 '23 18:09 FynniX

I am experiencing the same issue. Have you found a fix @FynniX ?

SlavenIvanov avatar Nov 20 '23 11:11 SlavenIvanov

Just ran into this issue myself.

Try changing the permissions for your actions; I don't know what the defaults are, but I think for Organization repositories its set to read-only by default. In that event you will need to change it in your Organization settings first; and then you can change it on the repo.

ref: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository#managing-github-actions-permissions-for-your-repository

sniper7kills avatar Jan 22 '24 05:01 sniper7kills