element-web/.github/workflows/release-drafter.yml
Michael Telatynski d658103530
Revert "Use ELEMENT_BOT_TOKEN for release-drafter-workflow.yml"
This reverts commit 32d4d33e3e32124b556c7a4757d3a49a076c7537.
2024-02-02 15:44:44 +00:00

10 lines
237 B
YAML

name: Release Drafter
on:
push:
branches: [staging]
workflow_dispatch: {}
concurrency: ${{ github.workflow }}
jobs:
draft:
uses: matrix-org/matrix-js-sdk/.github/workflows/release-drafter-workflow.yml@develop