Skip to content

Commit

Permalink
chore: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Adis Durakovic committed Mar 15, 2024
1 parent de51c7c commit 94ba495
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/aur.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: aur
run-name: Publishing to AUR
on:
release:
types: [published]
jobs:
Deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Publish AUR package
uses: anas-elgarhy/[email protected]
with:
package_name: resticity # Optional (default: repository name)
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }} # The private SSH key to use to push the changes to the AUR
github_token: ${{ secrets.GITHUB_TOKEN }}
pkgbuild_path: packaging/PKGBUILD
update_pkgbuild: true
try_build_and_install: true

0 comments on commit 94ba495

Please sign in to comment.