Skip to content

Commit

Permalink
Add publish to AUR
Browse files Browse the repository at this point in the history
  • Loading branch information
crispyricepc committed Aug 31, 2021
1 parent 28dfcf8 commit 98873f0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,13 @@ jobs:
with:
name: PKGBUILD
path: pkgbuild/mcpkg-bin/PKGBUILD
- uses: KSXGitHub/[email protected]
name: Publish AUR package
with:
pkgname: mcpkg-bin
pkgbuild: pkgbuild/mcpkg-bin/PKGBUILD
commit_username: ${{ secrets.AUR_USERNAME }}
commit_email: ${{ secrets.AUR_EMAIL }}
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
commit_message: Update AUR package
ssh_keyscan_types: rsa,dsa,ecdsa,ed25519

0 comments on commit 98873f0

Please sign in to comment.