1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/.github/workflows/release-drafter.yml
Jari Kolehmainen 44f3136d6f fix token
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2021-02-01 20:34:19 +02:00

20 lines
546 B
YAML

name: Release Drafter
on:
push:
# branches to consider in the event; optional, defaults to all
branches:
- master
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into "master"
- uses: release-drafter/release-drafter@v5
with:
# (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml
# config-name: my-config.yml
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}