Jared
Jared
I also was having this issue - I kept thinking "why would I need to re-load my entire source data when I already have it loaded into VectorStore?" Now, I...
I also updated my workflow to explicitly define the default values like is done in the Readme.md. Same issue. This is blocking production code pushes for my team.
Update: I also gave the workflow full write-all permissions for the Github Token. Same error. The calling workflow is performed on push to my "prod" branch, similar to the example...
After digging through the code, I think I've isolated the potential issues to: `async function bumpAndTagNewVersion(config) ` The error is obviously very cryptic and not directly referenced. It also appears...
Just dropping a note here that it isn't working for me. Same error as noted above. My account is 2FA and I would guess that this isn't supported based on...