Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

GitHub Actions to publish AUR package

License

NotificationsYou must be signed in to change notification settings

KSXGitHub/github-actions-deploy-aur

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace
 
 

Repository files navigation

GitHub Actions to publish AUR package.

Inputs

pkgname

Required AUR package name.

pkgbuild

Required Path to PKGBUILD file.

commit_username

Required The username to use when creating the new commit.

commit_email

Required The email to use when creating the new commit.

ssh_private_key

Required Your private key with access to AUR package.

commit_message

Optional Commit message to use when creating the new commit.

ssh_keyscan_types

Optional Comma-separated list of types to use when adding aur.archlinux.org to known hosts.

Example usage

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.


[8]ページ先頭

©2009-2025 Movatter.jp