Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Private repo and I cannot get access to git actions for Cliff #48

Open
UrFriendly opened this issue Feb 24, 2025 · 4 comments
Open

Private repo and I cannot get access to git actions for Cliff #48

UrFriendly opened this issue Feb 24, 2025 · 4 comments
Labels
bug Something isn't working

Comments

@UrFriendly
Copy link

Hello!
When I am trying to get this pulled into our private repo i am getting an error of a 401 error when attempting to pull down the cliff git action:

Run orhun/git-cliff-action@v4
Run ${GITHUB_ACTION_PATH}/install.sh
curl: (22) The requested URL returned error: 401
git-cliff-x86_64-unknown-linux-gnu.tar.gz
Getting git-cliff v2.7.0 from https://api.github.com/repos/orhun/git-cliff/releases/tags/v2.7.0
Error: Process completed with exit code 22.

This is after trying to copy the example you have for generating a change log,

I had defined a token and have tried it with not creating a token as well as per the documentation.

Any assistance would be appreciated.

@UrFriendly
Copy link
Author

I have found this being an issues with using V4 as it does not work in the latest release.
I down rev'd to V3 and that worked fine..

@orhun
Copy link
Owner

orhun commented Feb 26, 2025

Interesting, do you mean the v4 of git-cliff-action?

There is probably something going on with the permissions about the binary. I will take a look at it later.

@orhun orhun reopened this Feb 26, 2025
@UrFriendly
Copy link
Author

Thanks!

Yes, that is using the git-cliff-actions and using it on the ubuntu-latest

@orhun orhun added the bug Something isn't working label Feb 27, 2025
@orhun
Copy link
Owner

orhun commented Feb 27, 2025

I just tried in a private repo and it worked for me. Do you have any custom options/configurations for git-cliff? Can you share your workflow file?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants