Push Source Code To Envato FTP By packing contents into a zipfile
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Varun Sridharan e0f10200cb
V1.6
3 years ago
.github/workflows 💬 #81 - Workflow File Updated / Triggered By varunsridharan/.workflows@cd6eb3b7e98c68e317bb4c3bbfd7a81c8a6a1c81 4 years ago
CHANGELOG.md V1.6 3 years ago
Dockerfile FROM alpine:latest To varunsridharan/actions-alpine:latest 3 years ago
LICENSE Updated License 5 years ago
README.md V 1.5 Ready 3 years ago
action.yml added outputs 3 years ago
entrypoint.sh added outputs 3 years ago

README.md

Envato

Envato FTP Uploader - Github Action

Push Source Code To Envato FTP By packing contents into a zipfile

Configuration

Argument Default Description
ENVATO_USERNAME null Your Envato Account Username
ENVATO_PERSONAL_TOKEN null Your Envato Access Code Personal Access Token. See Blow On How To Get Your Token
DIST_IGNORE null Add file / folders/files that you wish to exclude from final list of files to be sent to envato Supports .gitignore Format
ASSETS_PATH ".envatoassets/" Add file / Local Assets Path
ASSETS_IGNORE null Add file / folders/files that you wish to exclude from final list of files to be sent to envato. this is just for assets. & can you add files like *.psd Supports .gitignore Format
DIST_LOCATION ./dist/ Will store all files uploaded to envato in current action's instance. use this to provide custom path.

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://cdn.svarun.dev/gh/varunsridharan/action-envato-publisher/1566526864-182.jpg

Token Permissions

https://cdn.svarun.dev/gh/varunsridharan/action-envato-publisher/1566526963-120.jpg


Example Workflow File

name: Envato Publisher

on:
  push:
    tags:
    - "*"

jobs:
  Envato_Publisher:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v1
    - name: Envato Publisher
    - uses: varunsridharan/action-envato-publisher@main
      with:
        envato_username: ${{ secrets.envato_username }}
        envato_personal_token: ${{ secrets.envato_personal_token }}

🤝 Contributing

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

💰 Sponsor

I fell in love with open-source in 2013 and there has been no looking back since! You can read more about me here. If you, or your company, use any of my projects or like what Im doing, kindly consider backing me. I'm in this for the long run.

  • How about we get to know each other over coffee? Buy me a cup for just $9.99
  • How about buying me just 2 cups of coffee each month? You can do that for as little as $9.99
  • 🔰 We love bettering open-source projects. Support 1-hour of open-source maintenance for $24.99 one-time?
  • 🚀 Love open-source tools? Me too! How about supporting one hour of open-source development for just $49.99 one-time ?

📝 License & Conduct

📣 Feedback

  • This repository if this project helped you! 😉
  • Create An 🔧 Issue if you need help / found a bug

Connect & Say 👋


Built With ♥ By Varun Sridharan 🇮🇳