{"id":15655391,"url":"https://github.com/borkdude/gh-release-artifact","last_synced_at":"2025-09-19T20:43:41.389Z","repository":{"id":60976915,"uuid":"359930790","full_name":"borkdude/gh-release-artifact","owner":"borkdude","description":"Upload artifacts to Github releases idempotently","archived":false,"fork":false,"pushed_at":"2023-03-18T15:39:43.000Z","size":43,"stargazers_count":25,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-05T03:32:47.532Z","etag":null,"topics":["babashka","clojure","github"],"latest_commit_sha":null,"homepage":"","language":"Clojure","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/borkdude.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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},"funding":{"github":"borkdude"}},"created_at":"2021-04-20T19:34:49.000Z","updated_at":"2024-04-20T16:19:58.000Z","dependencies_parsed_at":"2024-01-23T22:13:11.861Z","dependency_job_id":"147a8379-6224-4e5c-ae60-fad123e2a2c5","html_url":"https://github.com/borkdude/gh-release-artifact","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/borkdude/gh-release-artifact","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borkdude%2Fgh-release-artifact","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borkdude%2Fgh-release-artifact/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borkdude%2Fgh-release-artifact/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borkdude%2Fgh-release-artifact/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/borkdude","download_url":"https://codeload.github.com/borkdude/gh-release-artifact/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borkdude%2Fgh-release-artifact/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275998868,"owners_count":25567391,"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":"2025-09-19T02:00:09.700Z","response_time":108,"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":["babashka","clojure","github"],"created_at":"2024-10-03T12:58:45.552Z","updated_at":"2025-09-19T20:43:41.336Z","avatar_url":"https://github.com/borkdude.png","language":"Clojure","funding_links":["https://github.com/sponsors/borkdude"],"categories":[],"sub_categories":[],"readme":"# gh-release-artifact\n\nA babashka and Clojure lib to deploy artifacts to Github releases.\nFor this to work you need to set an environment variable named\n`GITHUB_TOKEN` with your personal access token. You can create \nthe token on github.com under your profile:\nSettings -\u003e Developer settings -\u003e Personal access tokens.\n\nSee [API.md](API.md) for the API.\n\nUse within babashka as follows. Add to `deps.edn` or `bb.edn`:\n\n```\n{:deps {io.github.borkdude/gh-release-artifact {:git/sha \"05f8d8659e6805d513c59447ff41dc8497878462\"}}}\n```\n\nThen in your code:\n\n``` clojure\n(require '[borkdude.gh-release-artifact :as ghr])\n\n(ghr/release-artifact {:org \"borkdude\"\n                       :repo \"test-repo\"\n                       :tag \"v0.0.15\"\n                       :commit \"8495a6b872637ea31879c5d56160b8d8e94c9d1c\"\n                       :file \"README.md\"\n                       :sha256 true\n                       :overwrite true})\n```\n\n## License\n\nCopyright © 2021 - 2022 Michiel Borkent\n\nDistributed under the MIT License. See LICENSE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fborkdude%2Fgh-release-artifact","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fborkdude%2Fgh-release-artifact","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fborkdude%2Fgh-release-artifact/lists"}