Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/varunsridharan/action-envato-publisher
Push Source Code To Envato FTP By packing contents into a zipfile
https://github.com/varunsridharan/action-envato-publisher
codecanyon envato envato-api envato-cli envato-extensions envato-ftp envato-market envato-market-authors ftp ftp-sync ftp-upload ftp-uploader github-action github-actions themeforest upload vs-github-action zipfile
Last synced: 8 days ago
JSON representation
Push Source Code To Envato FTP By packing contents into a zipfile
- Host: GitHub
- URL: https://github.com/varunsridharan/action-envato-publisher
- Owner: varunsridharan
- License: mit
- Created: 2019-08-23T07:53:32.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-19T04:11:33.000Z (over 3 years ago)
- Last Synced: 2024-10-10T02:23:03.235Z (29 days ago)
- Topics: codecanyon, envato, envato-api, envato-cli, envato-extensions, envato-ftp, envato-market, envato-market-authors, ftp, ftp-sync, ftp-upload, ftp-uploader, github-action, github-actions, themeforest, upload, vs-github-action, zipfile
- Language: Shell
- Homepage: https://github.com/marketplace/actions/envato-publisher
- Size: 188 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](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](https://cdn.svarun.dev/gh/varunsridharan/action-envato-publisher/1566526963-120.jpg)---
## Example Workflow File
```yaml
name: Envato Publisheron:
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](issues/).## š° Sponsor
[I][twitter] fell in love with open-source in 2013 and there has been no looking back since! You can read more about me [here][website].
If you, or your company, use any of my projects or like what Iām 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**][buymeacoffee]
- āļøāļø How about buying me just 2 cups of coffee each month? You can do that for as little as [**$9.99**][buymeacoffee]
- š° We love bettering open-source projects. Support 1-hour of open-source maintenance for [**$24.99 one-time?**][paypal]
- š Love open-source tools? Me too! How about supporting one hour of open-source development for just [**$49.99 one-time ?**][paypal]## š License & Conduct
- [**MIT**](LICENSE) Ā© [Varun Sridharan](website)
- [Code of Conduct](code-of-conduct.md)## š£ Feedback
- ā This repository if this project helped you! :wink:
- Create An [š§ Issue](issues/) if you need help / found a bug## Connect & Say š
- **Follow** me on [šØāš» Github][github] and stay updated on free and open-source software
- **Follow** me on [š¦ Twitter][twitter] to get updates on my latest open source projects
- **Message** me on [š Telegram][telegram]
- **Follow** my pet on [Instagram][sofythelabrador] for some _dog-tastic_ updates!---
Built With ā„ By Varun Sridharan š®š³---
[paypal]: https://go.svarun.dev/paypal
[buymeacoffee]: https://go.svarun.dev/buymeacoffee
[sofythelabrador]: https://www.instagram.com/sofythelabrador/
[github]: https://go.svarun.dev/github/
[twitter]: https://go.svarun.dev/twitter/
[telegram]: https://go.svarun.dev/telegram/
[email]: https://go.svarun.dev/contact/email/
[website]: https://go.svarun.dev/website/[composer]: https://go.svarun.dev/composer/
[downloadzip]:https://github.com/varunsridharan/vsp-framework/archive/master.zip
[wpcsl]: https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/[latest-stable-version-img]: https://poser.pugx.org/varunsridharan/php-autoloader/version
[latest-Unstable-version-img]: https://poser.pugx.org/varunsridharan/php-autoloader/v/unstable
[total-downloads-img]: https://poser.pugx.org/varunsridharan/php-autoloader/downloads
[Latest-Unstable-version-img]: https://poser.pugx.org/varunsridharan/php-autoloader/v/unstable
[license-img]: https://poser.pugx.org/varunsridharan/php-autoloader/license
[composerlock-img]: https://poser.pugx.org/varunsridharan/php-autoloader/composerlock
[wpcs-img]: https://img.shields.io/badge/WordPress-Standar-1abc9c.svg[lsvl]: https://packagist.org/packages/varunsridharan/php-autoloader
[luvl]: https://packagist.org/packages/varunsridharan/php-autoloader
[tdl]: https://packagist.org/packages/varunsridharan/php-autoloader
[licenselink]: https://packagist.org/packages/varunsridharan/php-autoloader
[composerlocklink]: https://packagist.org/packages/varunsridharan/php-autoloader