-
Notifications
You must be signed in to change notification settings - Fork 53
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
⚠️Run fails after v3.1.0 in editorconfig-checker.javascript
#409
Comments
editorconfig-checker.javascript
editorconfig-checker.javascript
Release pipeline is broken. |
@klaernie @theoludwig do you know if the pipeline uses/have access to the correct secrets? |
If someone using
|
For github workflow, you can specify the version number via jobs:
editorconfig:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: editorconfig-checker/action-editorconfig-checker@v2
with:
version: v3.0.3
- run: editorconfig-checker |
…nt.yml` workflow (#58) This pull request includes an update to the `.github/workflows/lint.yml` file to enhance the security and stability of the linting process by pinning the `editorconfig-checker` version. * [`.github/workflows/lint.yml`](diffhunk://#diff-107e910e9f2ebfb9a741fa10b2aa7100cc1fc4f5f3aca2dfe78b905cbd73c0d2R14-R16): Added an environment variable `EC_VERSION` set to `3.0.3` for `editorconfig-checker` to ensure a specific version is used. Ref: See, editorconfig-checker/editorconfig-checker#409
Access to the secrets is not the problem, there was no complaint that there were missing values. I would assume the username/password combination stored in the secrets is not working. Assuming you(@mstruebing) created them, it would be worth a try to reenter the secrets on organization level and remove the secrets on repo level. Afterwards we can rerun the action and hopefully will have both binaries in the release and dockerhub. |
@klaernie I've updated them in both places just to be sure. |
There's also all the related repos that aren't updated too. |
I don't know what happened, or why the secrets changed.
I re-run the goreleaser CI, it seems to have worked: https://github.com/editorconfig-checker/editorconfig-checker/actions/runs/12666582550/job/35314610695 |
Thank you for providing the workarounds, and sorry for the inconveniences. The issue has been resolved, and you can now all upgrade to v3.1.0, it should work without issues. |
In the GitHub release, I see lot of |
Maybe the bot user needs to be assigned a specific organisation group? |
Thank you, everyone, for your hard work!🔥🔥 Please close this issue once everything is fine! |
@theoludwig I would expect most people do not care. Currently the list is more bloated, since we have both files with the old binary name |
Hello,
I noticed that version 3.1.0 doesn’t include binary files, which causes CI to fail when running
editorconfig-checker
in a JavaScript environment.It seems that
editorconfig-checker.javascript
depends on the GitHub Release Assets, so the binaries should be included.Code that I referenced
https://github.com/editorconfig-checker/editorconfig-checker.javascript/blob/master/src/index.ts
https://github.com/editorconfig-checker/editorconfig-checker.javascript/blob/master/src/constants.ts
Error Message
The text was updated successfully, but these errors were encountered: