{"id":16055795,"url":"https://github.com/varunsridharan/action-envato-uploader","last_synced_at":"2025-03-17T21:31:18.546Z","repository":{"id":65162177,"uuid":"203929168","full_name":"varunsridharan/action-envato-uploader","owner":"varunsridharan","description":"Github Action Which Uploads Files Onto Envato FTP","archived":false,"fork":false,"pushed_at":"2020-10-22T08:12:46.000Z","size":421,"stargazers_count":4,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-28T04:47:22.848Z","etag":null,"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"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/envato-uploader","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/varunsridharan.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-08-23T05:22:00.000Z","updated_at":"2022-02-28T16:36:58.000Z","dependencies_parsed_at":"2023-01-04T12:39:05.911Z","dependency_job_id":null,"html_url":"https://github.com/varunsridharan/action-envato-uploader","commit_stats":{"total_commits":27,"total_committers":2,"mean_commits":13.5,"dds":0.07407407407407407,"last_synced_commit":"ff486c911420c68e2095c2dae25ddf695089828c"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varunsridharan%2Faction-envato-uploader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varunsridharan%2Faction-envato-uploader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varunsridharan%2Faction-envato-uploader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varunsridharan%2Faction-envato-uploader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/varunsridharan","download_url":"https://codeload.github.com/varunsridharan/action-envato-uploader/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243885935,"owners_count":20363644,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["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"],"created_at":"2024-10-09T02:22:13.934Z","updated_at":"2025-03-17T21:31:18.171Z","avatar_url":"https://github.com/varunsridharan.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/varunsridharan/action-envato-uploader/main/assets/logo.png\" alt=\"Envato\"/\u003e\n\u003c/p\u003e\n\n# Envato FTP Uploader - ***Github Action***\nGithub Action Which Uploads Files Onto Envato FTP\n\n## Configuration\n| Argument | Default | Description |\n| --- | ------- | ----------- |\n|`envato_username` | null | Your Envato Account Username |\n|`envato_access_code` | null | Your Envato Access Code `Personal Access Token`. See Blow On How To Get Your Token |\n|`envato_dist_path` | ./dist | Local Path From Where Files To Be Copied To Envato FTP |\n\n---\n\n## Envato Personal Token\n1. Navigate To : https://build.envato.com/my-apps\n2. Scroll Down To : `Your personal tokens` Heading\n3. Click **Create New Token** - Refer Below Image\n4. Provide A Token Name\n5. Check First 2 Permissions - Refer Below Image\n    1. *View and search Envato sites*\n    2. *View the user's Envato Account username*\n6. Scroll Down \u0026 Click Create Token\n\n### Create Token Option\n![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)\n\n### Token Permissions\n![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)\n\n---\n\n## Example Workflow File\n```yaml\nname: Envato FTP Uploader\n\non:\n  push:\n    branches:\n    - refs/tags/*\n\njobs:\n  Envato_Uploader:\n    runs-on: ubuntu-latest\n    steps:\n    - uses: actions/checkout@v1\n    - name: Enavto FTP Uploader\n      uses: varunsridharan/action-envato-uploader@main\n      with:\n        envato_username: ${{ secrets.envato_username }}\n        envato_personal_token: ${{ secrets.envato_personal_token }}\n        envato_dist_dir: \"./dist\"\n```\n\n---\n\n## 📝 Changelog\nAll notable changes to this project will be documented in this file.\n\nThe format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),\nand this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).\n\n[Checkout CHANGELOG.md](/CHANGELOG.md)\n\n## 🤝 Contributing\nIf you would like to help, please take a look at the list of [issues](issues/).\n\n## 💰 Sponsor\n[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].\nIf 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.\n\n- ☕ How about we get to know each other over coffee? Buy me a cup for just [**$9.99**][buymeacoffee]\n- ☕️☕️ How about buying me just 2 cups of coffee each month? You can do that for as little as [**$9.99**][buymeacoffee]\n- 🔰         We love bettering open-source projects. Support 1-hour of open-source maintenance for [**$24.99 one-time?**][paypal]\n- 🚀         Love open-source tools? Me too! How about supporting one hour of open-source development for just [**$49.99 one-time ?**][paypal]\n\n## 📜  License \u0026 Conduct\n- [**MIT**](LICENSE) © [Varun Sridharan](website)\n- [Code of Conduct](code-of-conduct.md)\n\n## 📣 Feedback\n- ⭐ This repository if this project helped you! :wink:\n- Create An [🔧 Issue](issues/) if you need help / found a bug\n\n## Connect \u0026 Say 👋\n- **Follow** me on [👨‍💻 Github][github] and stay updated on free and open-source software\n- **Follow** me on [🐦 Twitter][twitter] to get updates on my latest open source projects\n- **Message** me on [📠 Telegram][telegram]\n- **Follow** my pet on [Instagram][sofythelabrador] for some _dog-tastic_ updates!\n\n---\n\n\u003cp align=\"center\"\u003e\n\u003ci\u003eBuilt With ♥ By \u003ca href=\"https://sva.onl/twitter\"  target=\"_blank\" rel=\"noopener noreferrer\"\u003eVarun Sridharan\u003c/a\u003e \u003ca href=\"https://en.wikipedia.org/wiki/India\"\u003e\u003cimg src=\"https://cdn.svarun.dev/flag-india-flat.svg\" width=\"20px\"/\u003e\u003c/a\u003e \u003c/i\u003e\n\u003c/p\u003e\n\n---\n\n\u003c!-- Personl Links --\u003e\n[paypal]: https://sva.onl/paypal\n[buymeacoffee]: https://sva.onl/buymeacoffee\n[sofythelabrador]: https://www.instagram.com/sofythelabrador/\n[github]: https://sva.onl/github/\n[twitter]: https://sva.onl/twitter/\n[telegram]: https://sva.onl/telegram/\n[email]: https://sva.onl/email\n[website]: https://sva.onl/website/\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvarunsridharan%2Faction-envato-uploader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvarunsridharan%2Faction-envato-uploader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvarunsridharan%2Faction-envato-uploader/lists"}