Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
hard-drive

GitHub Action

Envato Uploader

1.0

Envato Uploader

hard-drive

Envato Uploader

Github Action Which Uploads Files Onto Envato FTP

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Envato Uploader

uses: varunsridharan/[email protected]

Learn more about this action in varunsridharan/action-envato-uploader

Choose a version

⚠️ Note: To use this GitHub Action, you must have access to GitHub Actions. GitHub Actions are currently only available in public beta. You can apply for Github Actions beta access here.

Envato

Envato FTP Uploader - Github Action

Github Action Which Uploads Files Onto Envato FTP

Configuration

Argument Default Description
envato_username null Your Envato Account Username
envato_access_code null Your Envato Access Code Personal Access Token. See Blow On How To Get Your Token
envato_dist_path ./dist Local Path From Where Files To Be Copied To Envato FTP

Envato Personal Token

  1. Navigate To : https://build.envato.com/my-apps
  2. Scroll Down To : Your personal tokens Heading
  3. Click Create New Token - Refer Below Image
  4. Provide A Token Name
  5. Check First 2 Permissions - Refer Below Image
    1. View and search Envato sites
    2. View the user's Envato Account username
  6. Scroll Down & Click Create Token

Create Token Option

https://raw.githubusercontent.com/varunsridharan/action-envato-uploader/master/assets/1566526864-182.jpg

Token Permissions

https://raw.githubusercontent.com/varunsridharan/action-envato-uploader/master/assets/1566526963-120.jpg


Example Workflow File

name: Envato FTP Uploader

on:
  push:
    branches:
    - refs/tags/*

jobs:
  envatoftp:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v1
    - name: Enavto FTP Uploader
      uses: varunsridharan/action-envato-uploader@master
      with:
        envato_username: ${{ secrets.envato_username }}
        envato_personal_token: ${{ secrets.envato_personal_token }}
        envato_dist_dir: "./dist"

Contribute

If you would like to help, please take a look at the list of issues or the To Do checklist.

License

Our GitHub Actions are available for use and remix under the MIT license.

Copyright

2017 - 2018 Varun Sridharan, varunsridharan.in

If you find it useful, let me know 😉

You can contact me on Twitter or through my email.

Backed By

DigitalOcean JetBrains Tidio Chat