-
-
Notifications
You must be signed in to change notification settings - Fork 253
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
Add GitHub Actions Workflow for Basic CoastSat Testing with ee #542
Comments
hi @thekester, looks really good. so how can we test these GitHub actions and get notified if something is broken? |
Hi @kvos! To start testing GitHub Actions with Earth Engine in Python, follow these steps:
Following this approach will enable continuous integration checks via GitHub, ensuring that any issues or breaks in the workflow are quickly caught. Let me know if you need any further assistance with this! |
@thekester , sorry for the delay I haven't had time to try this out. Will check it soon. |
As discussed in this GitHub issue and with the support of @jdbcode, the process for authenticating Earth Engine in GitHub Actions has been updated. The recommended protocol is now available in the official repository of the Google Earth Engine Community, which will soon include updates for enhanced security like using one of the three methods recommended by Google.
You can check an implementation in one of my repositories here, although this method is considered one of the less secure options and should be used as a last resort.
The text was updated successfully, but these errors were encountered: