Skip to content

Update osx.yml

Update osx.yml #33

Workflow file for this run

name: Publish to AUR
on:
push:
pull_request:
workflow_dispatch:
jobs:
aur-push:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Publish AUR package
uses: KSXGitHub/github-actions-deploy-aur@master
with:
pkgname: python-i686-bin
pkgbuild: ./PKGBUILD
commit_username: GitHub Actions
commit_email: github-actions@github.com
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
commit_message: Update AUR package
ssh_keyscan_types: rsa,ecdsa,ed25519