Skip to content

feat(CRL) helpdesk-3906: Revoke a bunch of unused/old/renewed certifi… #1204

feat(CRL) helpdesk-3906: Revoke a bunch of unused/old/renewed certifi…

feat(CRL) helpdesk-3906: Revoke a bunch of unused/old/renewed certifi… #1204

name: Release Drafter
on:
workflow_dispatch:
push:
release:
types: [released]
# Only allow 1 release-drafter build at a time to avoid creating multiple "next" releases
concurrency: "release-drafter"
jobs:
update_release_draft:
runs-on: ubuntu-20.04
steps:
- uses: release-drafter/release-drafter@569eb7ee3a85817ab916c8f8ff03a5bd96c9c83e # v5
env:
# This token is generated automatically by default in GitHub Actions: no need to create it manually
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}