Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork15
GitHub Actions to publish AUR package
License
KSXGitHub/github-actions-deploy-aur
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
GitHub Actions to publish AUR package.
Required AUR package name.
Required Path to PKGBUILD file.
Required The username to use when creating the new commit.
Required The email to use when creating the new commit.
Required Your private key with access to AUR package.
Optional Commit message to use when creating the new commit.
Optional Comma-separated list of types to use when adding aur.archlinux.org to known hosts.
name:aur-publishon:push:tags: -'*'jobs:aur-publish:runs-on:ubuntu-lateststeps: -uses:actions/checkout@v2 -name:Publish AUR packageuses:KSXGitHub/github-actions-deploy-aur@masterwith:pkgname:my-awesome-packagepkgbuild:./PKGBUILDcommit_username:${{ secrets.AUR_USERNAME }}commit_email:${{ secrets.AUR_EMAIL }}ssh_private_key:${{ secrets.AUR_SSH_PRIVATE_KEY }}commit_message:Update AUR packagessh_keyscan_types:rsa,dsa,ecdsa,ed25519
Tip: To create secrets (such assecrets.AUR_USERNAME,secrets.AUR_EMAIL, andsecrets.AUR_SSH_PRIVATE_KEY above), go to$YOUR_GITHUB_REPO_URL/settings/secrets.Read this for more information.
About
GitHub Actions to publish AUR package
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Contributors12
Uh oh!
There was an error while loading.Please reload this page.