Skip to content

Commit

Permalink
#532 added release-drafter
Browse files Browse the repository at this point in the history
  • Loading branch information
yaseno2186 committed Jul 24, 2024
1 parent 0b6bf1c commit 7789528
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ name: Release Drafter

on:
workflow_call:
inputs:
secrets:
github_token:
description: 'GitHub Token'
required: true
type: string

jobs:
update_release_draft:
Expand All @@ -20,6 +19,6 @@ jobs:
- name: Set up Release Drafter
uses: release-drafter/release-drafter@v5
with:
config-name: .github/release-drafter.yml
config-name: release-drafter.yml
env:
GITHUB_TOKEN: ${{ inputs.github_token }}

0 comments on commit 7789528

Please sign in to comment.