This GitHub action allows you to upload a file to Mega.
- name: Upload README.mduses: Siege-Wizard/mega-upload@1.0.1with:
file: README.mdenv:
USERNAME: ${{ secrets.MEGA_USERNAME }}PASSWORD: ${{ secrets.MEGA_PASSWORD }}Required Parameters:
file: The file that should be uploaded to anonfiles.com.
Environmetal variables:
USERNAME: Mega username, should be provided from a secret.PASSWORD: Mega password, should be provided from a secret.
url: Url of the uploaded file.