Hey folks :wave: Recently I started working on a n...
# prefect-contributors
a
Hey folks 👋 Recently I started working on a new integration. I’ve started from the
prefect-collection-template
as usual. From time to time, I’m seeing the failures on the Github Action named “_Template Synchronization_”. The reported error is
Copy code
Run tibdex/github-app-token@v1
  with:
    github_api_url: <https://api.github.com>
    repository: AlessandroLollo/prefect-sifflet
  env:
    pythonLocation: /opt/hostedtoolcache/Python/3.9.15/x64
    PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.9.15/x64/lib/pkgconfig
    Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.15/x64
    Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.15/x64
    Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.15/x64
    LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.15/x64/lib
Error: Error: Input required and not supplied: app_id
Anyone knows how to solve it? Thanks! 🙌
a
We’ve been using that workflow to synchronize changes from the template to our collections. It’s setup to use a GitHub app to perform the necessary authentication to use PRs, and it expects to find the configuration for that GitHub app in the secrets of the repo. You don’t need to use it if you don’t want to; it’s safe to remove the corresponding .yaml file from .github/workflows. If you do want to use it, I can give you more info on how to set up the necessary authentication for it to work. Happy to answer any other questions as well!
upvote 1
gratitude thank you 1
a
Thank you @alex 🙏