You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Upload file to Mega
v1.0.0
This GitHub action allows you to upload a file to Mega.
- name: Upload README.md
uses: Siege-Wizard/[email protected]
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.