{"id":15099318,"url":"https://github.com/astertom/nexus-upload-artifact","last_synced_at":"2026-01-07T13:02:52.729Z","repository":{"id":256709369,"uuid":"851831587","full_name":"astertom/nexus-upload-artifact","owner":"astertom","description":"Upload raw and apt artifacts to nexus3 repository manager repositories","archived":false,"fork":false,"pushed_at":"2025-12-10T08:01:27.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-12-10T10:48:15.321Z","etag":null,"topics":["actions","github"],"latest_commit_sha":null,"homepage":"","language":"Python","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/astertom.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-09-03T19:14:59.000Z","updated_at":"2025-12-10T08:00:52.000Z","dependencies_parsed_at":"2024-09-15T17:08:11.195Z","dependency_job_id":null,"html_url":"https://github.com/astertom/nexus-upload-artifact","commit_stats":null,"previous_names":["astertom/nexus-upload-artifact"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/astertom/nexus-upload-artifact","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astertom%2Fnexus-upload-artifact","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astertom%2Fnexus-upload-artifact/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astertom%2Fnexus-upload-artifact/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astertom%2Fnexus-upload-artifact/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/astertom","download_url":"https://codeload.github.com/astertom/nexus-upload-artifact/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astertom%2Fnexus-upload-artifact/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28235498,"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","status":"online","status_checked_at":"2026-01-07T02:00:05.975Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["actions","github"],"created_at":"2024-09-25T17:10:15.836Z","updated_at":"2026-01-07T13:02:52.712Z","avatar_url":"https://github.com/astertom.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nexus3 upload artifact V1\n\nThis action uploads files using post to [Sonatype Nexus3 repository manager](https://www.sonatype.com/products/sonatype-nexus-repository) RAW and APT repositories\n\n# Usage\n\n```yaml\n- uses: astertom/nexus-upload-artifact@v1\n  env:\n      NEXUS_HOST_URL: \u003cNexus3 RM URL\u003e\n      NEXUS_USER: \u003cNexus3 RM User\u003e\n      NEXUS_TOKEN: \u003cNexus3 RM User Password\u003e\n  with:\n      pattern: \u003cPattern for searching files\u003e\n      repositories: \u003cComma separated list of Nexus3 RM repositories names\u003e\n      directory: \u003cSubdirectory for search in GITHUB_WORSPACE (without leading slash)\u003e Optional\n      path: \u003cPath in RAW repository to store artifact\u003e Optional\n      timeout: \u003cTimeout for single file upload\u003e Optional\n```\n\n# Example RAW repositories\n\n```yaml\n- uses: astertom/nexus-upload-artifact@v1\n  env:\n      NEXUS_HOST_URL: http://localhost:8081\n      NEXUS_USER: ${{ secrects.NEXUS_USER }}\n      NEXUS_TOKEN: ${{ secrets.NEXUS_PASSWORD }}\n  with:\n      pattern: \"*.log\"\n      repositories: \"rawrepo1, rawrepo2\"\n      path: \"/logs/\"\n```\n\n# Example APT repository\n\n```yaml\n- uses: astertom/nexus-upload-artifact@v1\n  env:\n      NEXUS_HOST_URL: http://localhost:8081\n      NEXUS_USER: ${{ secrects.NEXUS_USER }}\n      NEXUS_TOKEN: ${{ secrets.NEXUS_PASSWORD }}\n  with:\n      pattern: \"*.deb\"\n      repositories: aptrepo1\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastertom%2Fnexus-upload-artifact","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fastertom%2Fnexus-upload-artifact","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastertom%2Fnexus-upload-artifact/lists"}