I am working on functional testing activities and am looking to trigger a GitHub Action workflow by sending 2-3 input parameters from a Confluence page. Once the workflow execution is completed, it should read the results from GitHub Actions and write the same report on the Confluence page. This way, anyone can visit the Confluence page, trigger the functional test cases workflow, and obtain the report.
Any thoughts on this?
Thanks,
Basavaraj
Hi @Basavaraj _
Create a GitHub Action workflow that accepts input parameters through workflow_dispatch.
Additional tip, Automation tools like Zapier or custom scripts can streamline this process.
With the proper authentication and permissions for both GitHub and Confluence APIs – you are all good to implement this.
Hope this helps - Happy to help further!!
Thank you very much and have a great one!
Warm regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.