auto-youtube-subscription-playlist-2
auto-youtube-subscription-playlist-2 copied to clipboard
Use clasp and travis ci
- Test stage pushes code to test sheet and runs
test
function there - Deploy stage pushes code to actual sheet
Unable to use service accounts with clasp
, can only use token which expires after a week. Probably going to have to update Travis secret with new token at refresh
Hi! Why you didn't finish this PR?
When I was working on it, couldn't get an easy authorization mechanism working. Having to rotate tokens frequently is not easy, at least on Travis CI. Although, there does seem to be a way to do it using GitHub Actions. Will have to look into it more
When I was working on it, couldn't get an easy authorization mechanism working. Having to rotate tokens frequently is not easy, at least on Travis CI. Although, there does seem to be a way to do it using GitHub Actions. Will have to look into it more
I encourage you to use GitHub Actions, it's really very convenient, and very powerful. I don't know what CI can do for Google Script, but I think some others repositories have already integrated it into their GitHub Actions CI tools... (I will ask ChatGPT to share some repository 😁)
@victorjzsun I found that if it can help : https://github.com/google/clasp/issues/707#issuecomment-844364570