Want to trigger a GitHub Action (Repository B) from another GitHub Repository (A) via WebHook. So I try to configuring the WebHook on repository A but I can not specify the Authorization Header that is needed by GitHub Repository B.
Is this possible at all via WebHooks?
Both Repositories belong to the same Organization.