Skip to content

[GOCSERV-119] Add productId input so that we can specify custom API k… #154

[GOCSERV-119] Add productId input so that we can specify custom API k…

[GOCSERV-119] Add productId input so that we can specify custom API k… #154

name: 📄 Create Release Draft
on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
permissions:
contents: write
pull-requests: write
jobs:
update-release-draft:
name: Update Release Draft
runs-on: ubuntu-latest
steps:
- name: Draft Release Notes
uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}