Skip to content

Custom github action build with python to upload artifacts to mega

Notifications You must be signed in to change notification settings

gh-actions-projects/mega-upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Upload file to Mega

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

Usage

- 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 saved
  • email: provide your account email address
  • password: provide your account password

Environmetal variables:

  • Nothing

Outputs

  • url: url to the uploaded zip file

Library

  • Python MegaPy Docs pypi

About

Custom github action build with python to upload artifacts to mega

Resources

Stars

Watchers

Forks

Packages

No packages published