AUR package update by TheWisker push #80
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: AUR Update Git | |
run-name: AUR package update by ${{ github.actor }} push | |
on: | |
push: | |
branches: | |
- 'master' | |
permissions: | |
contents: write | |
concurrency: | |
group: "aur" | |
cancel-in-progress: false | |
jobs: | |
aur-update-git: | |
environment: | |
name: aur-packages | |
runs-on: ubuntu-latest | |
container: | |
image: archlinux | |
options: --privileged | |
steps: | |
- name: AUR Update Git | |
uses: TheWisker/aur-update-git@master | |
with: | |
aur_key: ${{ secrets.AUR_KEY }} | |
username: TheWisker | |
email: [email protected] |