-
Notifications
You must be signed in to change notification settings - Fork 79
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
No longer works in Github CI #280
Comments
@domenkozar I opened an issue for it here instead of in your |
I've been seeing this too, no idea yet what's going on. |
I think GitHub might have started using |
Same here. |
Can somebody try |
Can confirm unsetting |
Great, I'll work on the workaround. |
@domenkozar It's a bit off-topic, but how do you test GitHub Actions? I don't know of a way to run them manually unless they've failed, and when you re-run those, it appears to use the same revision of the action that failed the first time, not any newer revision. |
@domenkozar mind having a quick look here, see if that makes sense? #281 |
I've just release v0.2.18, feel free to re-open if the workaround is not applicable or if the problem persist! |
@dhess The solution I used was to add "on: push" to the yaml file, so it runs every time you push new changes. |
@anka-213 Ahh, that's clever, thanks! |
Hmm, I've not gotten it to work yet. Neither unsetting GITHUB_TOKEN nor upgrading to latest version of niv helped for me. https://github.com/anka-213/cclaw-nix-stuff/actions?query=workflow%3A%22Update+niv%22 and I don't see any succeeding tests here either: https://github.com/nix-dot-dev/getting-started-nix-template/actions?query=workflow%3A%22Update+niv%22 |
Same, my GitHub Actions using niv are still failing after upgrading to this version of niv. |
I think you mean
How exactly are you pinning the version? Have you tried building from master (using the cache) like niv-updater-action? That one (niv-updater-action) is now running smoothly again. EDIT: the tests here appear to be working; note the |
Oh, do we still need to unset |
No, it should work out of the box with niv 0.2.18. Are you sure you're using that version? |
I pinned the latest version in my |
Ah, right. That was the problem. I didn't notice the difference!
Apparently in the wrong way. It was using the version from nixpkgs. Thanks! |
It has been fixed in niv 0.2.18. See nmattia/niv#280
It has been fixed in niv 0.2.18. See nmattia/niv#280
Five days ago something changed. I'm not sure what:
https://github.com/nix-dot-dev/getting-started-nix-template/actions?query=workflow%3A%22Update+niv%22
Now we're getting error messages like this:
Adding a GITHUB_TOKEN doesn't help.
Do you have any idea what the problem is?
The text was updated successfully, but these errors were encountered: