Skip to content

ci: add OSV scan from poetry.lock (#12) #40

ci: add OSV scan from poetry.lock (#12)

ci: add OSV scan from poetry.lock (#12) #40

name: Release Drafter
on:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
release-drafter:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
with:
config-name: release-drafter.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}