Skip to content

docs: describe the way to add/override repositories #7

docs: describe the way to add/override repositories

docs: describe the way to add/override repositories #7

Workflow file for this run

name: "Create GitHub release"
on: # yamllint disable-line rule:truthy
push:
tags:
- "v*"
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Upstream release
uses: osbuild/release-action@staging
with:
token: "${{ secrets.SCHUTZBOT_GITHUB_ACCESS_TOKEN }}"
slack_webhook_url: "${{ secrets.SLACK_WEBHOOK_URL }}"
build_release_artifacts: 'true'