Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/varunsridharan/action-envato-uploader
Github Action Which Uploads Files Onto Envato FTP
https://github.com/varunsridharan/action-envato-uploader
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
Last synced: 11 days ago
JSON representation
Github Action Which Uploads Files Onto Envato FTP
- Host: GitHub
- URL: https://github.com/varunsridharan/action-envato-uploader
- Owner: varunsridharan
- License: mit
- Created: 2019-08-23T05:22:00.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-22T08:12:46.000Z (about 4 years ago)
- Last Synced: 2024-10-10T02:22:03.442Z (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
- Language: Shell
- Homepage: https://github.com/marketplace/actions/envato-uploader
- Size: 411 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 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/main/assets/1566526864-182.jpg](https://raw.githubusercontent.com/varunsridharan/action-envato-uploader/master/assets/1566526864-182.jpg)### Token Permissions
![https://raw.githubusercontent.com/varunsridharan/action-envato-uploader/main/assets/1566526963-120.jpg](https://raw.githubusercontent.com/varunsridharan/action-envato-uploader/master/assets/1566526963-120.jpg)---
## Example Workflow File
```yaml
name: Envato FTP Uploaderon:
push:
branches:
- refs/tags/*jobs:
Envato_Uploader:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Enavto FTP Uploader
uses: varunsridharan/action-envato-uploader@main
with:
envato_username: ${{ secrets.envato_username }}
envato_personal_token: ${{ secrets.envato_personal_token }}
envato_dist_dir: "./dist"
```---
## š Changelog
All notable changes to this project will be documented in this file.The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).[Checkout CHANGELOG.md](/CHANGELOG.md)
## š¤ 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://sva.onl/paypal
[buymeacoffee]: https://sva.onl/buymeacoffee
[sofythelabrador]: https://www.instagram.com/sofythelabrador/
[github]: https://sva.onl/github/
[twitter]: https://sva.onl/twitter/
[telegram]: https://sva.onl/telegram/
[email]: https://sva.onl/email
[website]: https://sva.onl/website/