{"id":18701981,"url":"https://github.com/legion2/download-release-action","last_synced_at":"2025-04-12T08:32:43.077Z","repository":{"id":65158122,"uuid":"169474162","full_name":"Legion2/download-release-action","owner":"Legion2","description":"GitHub Action for downloading GitHub release archives","archived":false,"fork":false,"pushed_at":"2019-10-13T07:51:36.000Z","size":18,"stargazers_count":17,"open_issues_count":1,"forks_count":9,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-10T16:15:56.433Z","etag":null,"topics":["github-actions","github-releases"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Legion2.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-02-06T20:46:22.000Z","updated_at":"2023-03-22T06:03:51.000Z","dependencies_parsed_at":"2023-01-05T04:48:06.102Z","dependency_job_id":null,"html_url":"https://github.com/Legion2/download-release-action","commit_stats":{"total_commits":12,"total_committers":2,"mean_commits":6.0,"dds":0.08333333333333337,"last_synced_commit":"68df3d242858e28a7e6d8b9838a3e6730cdfc422"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Legion2%2Fdownload-release-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Legion2%2Fdownload-release-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Legion2%2Fdownload-release-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Legion2%2Fdownload-release-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Legion2","download_url":"https://codeload.github.com/Legion2/download-release-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248540269,"owners_count":21121326,"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":["github-actions","github-releases"],"created_at":"2024-11-07T11:43:09.549Z","updated_at":"2025-04-12T08:32:38.978Z","avatar_url":"https://github.com/Legion2.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Download GitHub Release GitHub Action\nGitHub Action for downloading files from GitHub release.\nIt can download the source zip archive and unzip it into a directory.\nIt is also possible to download any other file of the release.\nThis action can download from public and private repositories.\n\n## Usage\nSee [action.yml](action.yml) for comprehensive list of parameters.\n\nBasic:\n```yaml\non: push\nname: Main Workflow\njobs:\n  build:\n    name: \"Download release\"\n    runs-on: ubuntu-latest\n    steps:\n    - name: Download CLI\n      uses: Legion2/download-release-action@v2.1.0\n      with:\n        repository: apache/openwhisk-cli\n        tag: '0.10.0-incubating'\n        path: downloads\n        file: OpenWhisk_CLI-0.10.0-incubating-all.tgz\n```\n\nIf your asset belongs to a private repository you need to pass a Github token with the `repo` permission, like so:\n\n```yaml\non: push\nname: Main Workflow\njobs:\n  build:\n    name: \"Download release\"\n    runs-on: ubuntu-latest\n    steps:\n    - name: Download CLI\n      uses: Legion2/download-release-action@v2.1.0\n      with:\n        repository: Legion2/private-repo\n        tag: '1.0.0'\n        path: downloads\n        file: hello-world.sh\n        token: ${{ secrets.SECRET_NAME }}\n```\nMost likely you can't use `${{ secrets.GITHUB_TOKEN }}` because it only allow access to the repo of the current workflow and not to other private repositories.s\n\n## License\nThe Dockerfile and associated scripts and documentation in this project are released under the [Apache-2.0 License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flegion2%2Fdownload-release-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flegion2%2Fdownload-release-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flegion2%2Fdownload-release-action/lists"}