assignUser commented on PR #13750: URL: https://github.com/apache/arrow/pull/13750#issuecomment-1213188465
>Lastly, the scheduled jobs ([for example](https://github.com/lafiona/crossbow/runs/7787795520?check_suite_focus=true)) that are run in the repository have been failing. The error indicates the token is missing; it seems like it might need to be a token associated with apache/arrow. These workflows checkout `apache arrow` and install `archery` from there so you have to change those workflows to use your fork & branch so your modified version of archery is used. Similarly for the crossbow repo that is checked out. Additionally you will have to create a PAT with `repo` scope for your crossbow fork and add it as a repo secret under `CROSSBOW_GITHUB_TOKEN` as the normal `GITHUB_TOKEN` does not trigger workflows when you use it to commit stuff (to prevent infinite workflow recursion). I assume when trying to use `crossbow submit` locally you have set the `CROSSBOW_GITHUB_TOKEN` envvar and have checked out your forks of crossbow and arrow? I am not sure why it would not submit, as it is fetching by default it can take a while, you could fetch your repo manually and then be explicit and try this: `archery crossbow --queue-remote https://github.com/lafiona/crossbow.git submit --no-fetch --commit --push -g conan` Hope this helps 🤞 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
