Add upstream release bot and enable packit

This commit is contained in:
Simon Steinbeiss 2022-02-14 15:04:36 +01:00 committed by Ondřej Budai
parent 78ed04dbd6
commit 7743d20af9
2 changed files with 41 additions and 0 deletions

16
.github/workflows/release.yml vendored Normal file
View file

@ -0,0 +1,16 @@
name: "Create GitHub release"
on:
push:
tags:
- "v*"
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Upstream release
uses: osbuild/release-action@main
with:
token: "${{ secrets.SCHUTZBOT_GITHUB_ACCESS_TOKEN }}"
slack_webhook_url: "${{ secrets.SLACK_WEBHOOK_URL }}"