{"id":16288226,"url":"https://github.com/jbouter/aur-releaser","last_synced_at":"2025-03-20T03:30:37.259Z","repository":{"id":44802987,"uuid":"340307516","full_name":"jbouter/aur-releaser","owner":"jbouter","description":"Allow releasing packages to the AUR","archived":false,"fork":false,"pushed_at":"2022-01-23T17:10:34.000Z","size":31,"stargazers_count":6,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-17T08:49:37.336Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jbouter.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-02-19T08:39:23.000Z","updated_at":"2022-10-30T03:10:56.000Z","dependencies_parsed_at":"2023-01-05T05:32:19.393Z","dependency_job_id":null,"html_url":"https://github.com/jbouter/aur-releaser","commit_stats":{"total_commits":14,"total_committers":4,"mean_commits":3.5,"dds":0.2857142857142857,"last_synced_commit":"0e781c50fd6260e964da1e345dc204a9c55ece59"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbouter%2Faur-releaser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbouter%2Faur-releaser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbouter%2Faur-releaser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbouter%2Faur-releaser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jbouter","download_url":"https://codeload.github.com/jbouter/aur-releaser/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244047613,"owners_count":20389205,"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":[],"created_at":"2024-10-10T19:47:40.348Z","updated_at":"2025-03-20T03:30:36.854Z","avatar_url":"https://github.com/jbouter.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aur-releaser\nAllow releasing packages to the AUR\n\n## Copyright\n\nAll original work by [KSXGitHub](https://github.com/KSXGitHub) was released under the [MIT license](https://github.com/KSXGitHub/github-actions-deploy-aur/blob/master/LICENSE.md). All of the added work is released under the GPL license\n\n## Notes\n\nThis workflow is heavily based on [KSXGitHub/github-actions-deploy-aur](https://github.com/KSXGitHub/github-actions-deploy-aur)\n\n## Inputs\n\n### `pkgname`\n\n**Required** AUR package name.\n\n### `pkgbuild`\n\n**Required** Path to PKGBUILD file. This file is often generated by prior steps.\n\n### `commit_username`\n\n**Required** The username to use when creating the new commit.\n\n### `commit_email`\n\n**Required** The email to use when creating the new commit.\n\n### `ssh_private_key`\n\n**Required** Your private key with access to AUR package.\n\n### `commit_message`\n\n**Optional** Commit message to use when creating the new commit.\n\n### `allow_empty_commits`\n\n**Optional** Allow empty commits, i.e. commits with no change. The default value is `true`.\n\n### `force_push`\n\n**Optional** Use `--force` when push to the AUR. The default value is `false`.\n\n### `ssh_keyscan_types`\n\n**Optional** Comma-separated list of types to use when adding aur.archlinux.org to known hosts.\n\n## Example usage\n\n```yaml\nname: aur-release\n\non:\n  push:\n    tags:\n      - '*'\n\njobs:\n  aur-release:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v2\n\n      - name: Release AUR package\n        uses: jbouter/aur-releaser@\u003cTAG\u003e\n        with:\n          pkgname: my-awesome-package\n          pkgbuild: ./PKGBUILD\n          commit_username: ${{ secrets.AUR_USERNAME }}\n          commit_email: ${{ secrets.AUR_EMAIL }}\n          ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}\n          commit_message: Update AUR package\n          ssh_keyscan_types: rsa,dsa,ecdsa,ed25519\n```\n\n**Note:** Replace `\u003cTAG\u003e` in the above code snippet with a tag of this repo.\n\n**Tip:** To create secrets (such as `secrets.AUR_USERNAME`, `secrets.AUR_EMAIL`, and `secrets.AUR_SSH_PRIVATE_KEY` above), go to `$YOUR_GITHUB_REPO_URL/settings/secrets`. [Read this for more information](https://help.github.com/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets).\n\n**Tip:** This action does not generate PKGBUILD for you, you must generate it yourself (e.g. by using actions before this action).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjbouter%2Faur-releaser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjbouter%2Faur-releaser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjbouter%2Faur-releaser/lists"}