Running Octoherd scripts using GitHub Actions #32
Replies: 3 comments 3 replies
-
just note that
Great timing :) We just talked about CI in the context of octoherd/cli#66 (/cc @stefanbuck), more specifically about the need for a flag to disable interactive mode for CI environments. Similar to I really like the generic action idea. I wonder if you could pass |
Beta Was this translation helpful? Give feedback.
-
Another way of handling this use-case could be a combination of GitHub Issue with Issue Forms and GitHub Actions. The Issue Form gives you a structured input, which then can be parsed by the github-issue-parser Action. That way a script run can be triggered by simply filling an issue which then kicks off the GitHub Action. Because such runs are just issues, you can leverage the filter and search functionality of issues and even get notified via the repository notification settings. |
Beta Was this translation helpful? Give feedback.
-
Hi @stefanbuck / @gr2m 👋 I've created an issue-driven setup for running Octoherd scripts on a repo. Both the workflow dispatch and issue workflows also support a PAT for extra permissions and use Thanks for your suggestions, again interested in your feedback of course. |
Beta Was this translation helpful? Give feedback.
-
Hi all 👋
Together with @oscard0m I'm exploring options to run Octoherd scripts using the GitHub Actions infrastructure.
Benefits of using GitHub Actions for Octoherd scripts that I can think of:
secrets.GITHUB_TOKEN
So far I came up with a generic workflow file that can be parameterised to run different scripts.
There are quite some quirks with this approach (that I can further detail if necessary) but for now I would really like some unfiltered feedback or suggestions for alternative solutions 🙂
Beta Was this translation helpful? Give feedback.
All reactions