This GitHub action allows you to upload a file to Mega.
- name: Upload README.md
uses: Siege-Wizard/mega-upload@1.0.1
with:
file: README.md
env:
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.