Intermittent error when using tokenless github auth
It is exposing the token in the error log as well, potential security issue?
Error: GitHub job is not in progress (token: "tokenless-github-<removed-manually>")
at throwAPIError (file:///__w/mermaid/mermaid/node_modules/.pnpm/@[email protected]/node_modules/@argos-ci/api-client/dist/index.js:30:9)
https://github.com/mermaid-js/mermaid/actions/runs/14327441158/job/40155655221
No it's not, the token is actually built with "public informations" so it's not a security issue.
As indicated, the job seems not in progress when we receive the call. And that's weird because indeed it is?
Yes, but I'm guessing it's more of a GitHub issue than Argos'?
Hello, we seem to also be having this issue. It does look like more of a GitHub issue but it is hampering our workflow as it happens reliably. Do you have any idea for possible workarounds?
Hello, we seem to also be having this issue. It does look like more of a GitHub issue but it is hampering our workflow as it happens reliably. Do you have any idea for possible workarounds?
Hello, yeah I believe that's GitHub. I think it considers the job as pending sometimes. I will make a fix, let me know if it's better or not.
Fix is released, let me know if it's better or not @sidharthv96 and @ArxClaeyAi please!
Thanks @gregberge , will report if it appears again.