Skip to content

chore(gha): bump dawidd6/action-download-artifact from 6 to 7 (#388) #325

chore(gha): bump dawidd6/action-download-artifact from 6 to 7 (#388)

chore(gha): bump dawidd6/action-download-artifact from 6 to 7 (#388) #325

name: Fill GitHub Draft Release
on:
workflow_dispatch:
push:
branches:
- master
permissions:
# To create or update releases
# https://docs.github.com/en/rest/reference/permissions-required-for-github-apps#permission-on-contents
contents: write
jobs:
update_release_draft:
runs-on: ${{ vars.RUNNER_UBUNTU }}
steps:
# Drafts your next Release notes as Pull Requests are merged into "main"
# The configuration file is shared in https://github.com/process-analytics/.github/
- uses: release-drafter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}