Ryo Ota

Results 249 comments of Ryo Ota

I may be possible. It depends on Netlify official API: https://github.com/netlify/js-client.

We need to investigate the API: https://github.com/netlify/js-client to find what we want ("Branch Deploy"). If none, we need to contact Netlify.

Could you tell me how to get the images? Which screen in Netlify?

Fantastic! Thank you so much for the explanation and code. Code is very helpful. I'll read.

rendered: https://github.com/polarathene/actions-netlify/blob/4d24251f2cfec3f03fd3a4878453ec1243df0cae/README.md#troubleshooting

I understand what you (people who may want this) want to do. However, I think that will make the maintainability low. For now, I will wait for GitHub preparing some...

I hope GitHub adds feature like "Approve and Run" with secrets checkbox. The following image is my virtual image. ![image](https://user-images.githubusercontent.com/10933561/117974076-1e39b080-b368-11eb-90d8-21e750e55639.png)

@polarathene I made a simple solution to preview a pull request from forked repository. https://user-images.githubusercontent.com/10933561/119133709-2b952000-ba77-11eb-8df8-858568db12cc.mp4 Here is the workflow. It is easy to introduce because the workflow is in a...

Thanks. > If no secrets are required for a build, it's better to avoid having secrets available at build time. I heavy agree with this idea, and I understand now...

> Especially when I am contributing to other projects, all the extra noise from actions/github-script is going to come across as a maintenance burden. I agree with the maintenance burden....