We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
12.1.0
Since 28/06/2024 around 10:00 AM (UTC), we can't validate and pack the orb with the job orb-tools/pack.
orb-tools/pack
We obtain the following error on the Validating orb step :
Validating orb
Error: Unable to validate config: failure calling GraphQL API: 401 Unauthorized Exited with code exit status 255
https://app.circleci.com/pipelines/github/iadvize/system-ci-cd/422/workflows/ee35824c-5240-45b1-830e-83430a574042/jobs/2846
We should obtain the following message and no error: Orb at orb.yml is valid..
Orb at
is valid.
It happened suddenly without any update of the version of the orb, without any change to our code.
I think it might be linked to the default value passed for $CIRLCE_TOKEN : dummy which doesn't seem accepted anymore.
$CIRLCE_TOKEN
dummy
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Orb version:
12.1.0
What happened:
Since 28/06/2024 around 10:00 AM (UTC), we can't validate and pack the orb with the job
orb-tools/pack
.We obtain the following error on the
Validating orb
step :https://app.circleci.com/pipelines/github/iadvize/system-ci-cd/422/workflows/ee35824c-5240-45b1-830e-83430a574042/jobs/2846
Expected behavior:
We should obtain the following message and no error:
Orb at
orb.ymlis valid.
.Additional Information:
It happened suddenly without any update of the version of the orb, without any change to our code.
I think it might be linked to the default value passed for
$CIRLCE_TOKEN
:dummy
which doesn't seem accepted anymore.The text was updated successfully, but these errors were encountered: