thuguerre / WebSiteQuickAddingForTodoist

This unofficial Todoist browser extension allows its user to add its current web site's URL as a new Task in his Todoist Inbox, just by clicking on a single button.
MIT License
3 stars 1 forks source link

Use true GCP actions in GitHub Actions #79

Open thuguerre opened 4 years ago

thuguerre commented 4 years ago

At the moment this issue is created, both Java and Python API are concerned, in auto-deploy-Java|Python-api.yml workflow descriptions.

For the moment, we use a full command to install GCloud. It seems to be very artisanal, and maybe not very efficient. sudo apt-get update && sudo apt-get install google-cloud-sdk && sudo apt-get install google-cloud-sdk-app-engine-python

But it now seems to exist better solutions such as ones provided by GCP itself. If this link is not correct, it may exist other solutions.

thuguerre commented 4 years ago

easily done for Python in PR #81 . we have gained around 2min of installation !!!