Can I use private storage for AE SDK with Github Actions?
Hello!
I'm currently developing a plugin for After Effects and managing the source code on a public GitHub repository.
I understand that the After Effects SDK license agreement likelu prohibits distributing the SDK files themselves publicly. However, I would like to automate my build process using Github Actions.
To achive this while respecting the SDK license, I'm considering sotring the SDK in a secure, private location (such as AWS S3 or another provate storage solution) and using Github Secrets to manage access credentials for the build enviroment within Github Actions. The SDK files would therefore not be part of the public repository.
Could you please clarify if this approch -- soring the SDK privately and accessing it securely within a Github Actions CI/CD pipeline for a public repository -- is compliant with the After Effects SDK license terms?
Thanks for your guidance!
