Skip to content

Siege-Wizard/mega-upload

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Upload file to Mega

This GitHub action allows you to upload a file to Mega.

Usage

- 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.

Outputs

  • url: Url of the uploaded file.