Files
python3-pandoc-rpm/.gitea/workflows/rpmbuild-release-rawhide.yaml
2025-04-18 23:51:25 +02:00

16 lines
529 B
YAML

name: Build and provide rpm of python3-pandoc-rpm
run-name: Rpmbuild python3-pandoc-rpm by ${{ github.actor }}
on: [ release ]
jobs:
rpmbuild:
runs-on: rawhide-minimal-rpmbuild
steps:
- name: Check out repository code
uses: https://git.demus.dk/actions/git-clone@main
- name: Build the rpms
uses: https://git.demus.dk/actions/rpmbuild@main
- name: Deploy to packages
uses: https://git.demus.dk/actions/rpm-deploy@main
with:
pat: ${{ secrets.RPM_REPO_WRITE }}