#github-actions (2021-01)
Discussions related to GitHub Actions
2021-01-19
![tolstikov avatar](https://avatars.slack-edge.com/2018-09-20/439670551077_0515c2a106a4f3ca0ff6_72.jpg)
what is the best option to provision the self-hosted Github Actions runners on AWS?
I’m looking into https://github.com/philips-labs/terraform-aws-github-runner Any opinion/experience on that ?
Terraform module for scalable GitHub action runners on AWS - philips-labs/terraform-aws-github-runner
![Darren Cunningham avatar](https://secure.gravatar.com/avatar/d0ea359c3ff6b8093ae53e57fbbe2570.jpg?s=72&d=https%3A%2F%2Fa.slack-edge.com%2Fdf10d%2Fimg%2Favatars%2Fava_0022-72.png)
I have it bookmarked as the thing I’m going to try when I start needing to use self-hosted runners, but I haven’t tried it
Terraform module for scalable GitHub action runners on AWS - philips-labs/terraform-aws-github-runner
![Erik Osterman (Cloud Posse) avatar](https://secure.gravatar.com/avatar/88c480d4f73b813904e00a5695a454cb.jpg?s=72&d=https%3A%2F%2Fa.slack-edge.com%2Fdf10d%2Fimg%2Favatars%2Fava_0023-72.png)
We’re using https://github.com/summerwind/actions-runner-controller for kubernetes
Kubernetes controller for GitHub Actions self-hosted runnners - summerwind/actions-runner-controller
![Erik Osterman (Cloud Posse) avatar](https://secure.gravatar.com/avatar/88c480d4f73b813904e00a5695a454cb.jpg?s=72&d=https%3A%2F%2Fa.slack-edge.com%2Fdf10d%2Fimg%2Favatars%2Fava_0023-72.png)
![tolstikov avatar](https://avatars.slack-edge.com/2018-09-20/439670551077_0515c2a106a4f3ca0ff6_72.jpg)
@Erik Osterman (Cloud Posse) Sorry for reviving this thread but are you still using https://github.com/actions-runner-controller/actions-runner-controller in Cloud Posse? What’s your opinion about this project (reliability & security wise) now? Thank you in advance! :)
Kubernetes controller for GitHub Actions self-hosted runners
![mumoshu avatar](https://secure.gravatar.com/avatar/8e045bf747ca7a90b1d955dc30217271.jpg?s=72&d=https%3A%2F%2Fa.slack-edge.com%2Fdf10d%2Fimg%2Favatars%2Fava_0015-72.png)
@mumoshu has joined the channel
2021-01-22
![michaelssingh avatar](https://secure.gravatar.com/avatar/b962c2c6665b86151f6cff2a5b0c34b1.jpg?s=72&d=https%3A%2F%2Fa.slack-edge.com%2Fdf10d%2Fimg%2Favatars%2Fava_0022-72.png)
Hi all, I am trying to get a gist of some of the limitations to keep in mind when considering GH actions. I would appreciate any feedback necessary.
![Erik Osterman (Cloud Posse) avatar](https://secure.gravatar.com/avatar/88c480d4f73b813904e00a5695a454cb.jpg?s=72&d=https%3A%2F%2Fa.slack-edge.com%2Fdf10d%2Fimg%2Favatars%2Fava_0023-72.png)
approval workflow only available in enterprise or for open source repos
![Erik Osterman (Cloud Posse) avatar](https://secure.gravatar.com/avatar/88c480d4f73b813904e00a5695a454cb.jpg?s=72&d=https%3A%2F%2Fa.slack-edge.com%2Fdf10d%2Fimg%2Favatars%2Fava_0023-72.png)
one github action step cannot run the docker image built in the previous step
![Erik Osterman (Cloud Posse) avatar](https://secure.gravatar.com/avatar/88c480d4f73b813904e00a5695a454cb.jpg?s=72&d=https%3A%2F%2Fa.slack-edge.com%2Fdf10d%2Fimg%2Favatars%2Fava_0023-72.png)
cannot import workflows (leads to a lot of tech debt if you have a lot of repos)
![Patrick Jahns avatar](https://avatars.slack-edge.com/2021-01-07/1617422085682_1417104395b2c9f52fbe_72.png)
triggering upstream / downstream pipelines requires a “special token” - or one needs to create a github app and exchange it for a token
2021-01-25
![Erik Osterman (Cloud Posse) avatar](https://secure.gravatar.com/avatar/88c480d4f73b813904e00a5695a454cb.jpg?s=72&d=https%3A%2F%2Fa.slack-edge.com%2Fdf10d%2Fimg%2Favatars%2Fava_0023-72.png)
2021-01-28
2021-01-29
![vitaly.markov avatar](https://secure.gravatar.com/avatar/af10ad814e165640f02247b3ede8bdd3.jpg?s=72&d=https%3A%2F%2Fa.slack-edge.com%2Fdf10d%2Fimg%2Favatars%2Fava_0021-72.png)
Can I run some job only from ui as it works on gitlab ci?
![roth.andy avatar](https://avatars.slack-edge.com/2019-09-18/753707271651_6f58c1cbab3c77754f58_72.jpg)
![attachment image](https://user-images.githubusercontent.com/1865328/86147571-2de93700-babf-11ea-8a08-e4beffd3abe9.png)
GitHub Actions: Manual triggers with workflow_dispatch