This GitHub action allows you to upload a file to Mega.
- name: Upload assets
id: mega-uploader
uses: gh-actions-projects/mega-upload@v1.0.0
with:
folder: public
dest-dir: databases
email: ${{ secrets.MEGA_EMAIL }}
password: ${{ secrets.MEGA_PASSWORD }}
Required Parameters:
folder
: the folder to be uploaded.dest-dir
: the path where files will be savedemail
: provide your account email addresspassword
: provide your account password
Environmetal variables:
- Nothing
url
: url to the uploaded zip file
- Python MegaPy Docs pypi