-
Notifications
You must be signed in to change notification settings - Fork 769
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Github Actions #162
Comments
If you are talking about setting them up on a repository, that is managed by a file in the repository, so I don't think its something that you would do via the API. If there isn't an API for it, probably not something we can add in here. |
Any chance we can leave this issue open, in case Github adds support for it? I want to subscribe to something, so I get an email in case the status of support changes. |
@paultyng This apparently shipped (in beta at least) since this was opened. https://developer.github.com/v3/actions/ |
Oh interesting, it does look like the only things with full crud are some of the self hosted runner registration and secrets management though. Not workflows. I'll reopen this. |
I found this issue because I was wondering how I could manage secrets so that's the relevant bit for me. I think your point earlier about workflows being managed by code in the repo still stands. It's the surround configuration that would be interesting to manage otherwise. :) |
There is work in progress over in https://github.com/terraform-providers/terraform-provider-github/issues/271 for the Our underlying library has broken up Actions support into various subcomponents as well. This issue can track the overall consumption of Actions features as needed. |
I am working on a private repository where I have managed to set up terraform installation, AWS user authentication and started work on launching EC2 instance using Dockerfile Actions. |
@NishkarshRaj i'm a complete beginner on terraform and github actions, but i'd love to see what you've done. |
Actions are supported via the |
Please support Github Actions.
The text was updated successfully, but these errors were encountered: