Skip to content

Commit

Permalink
add back the github token input
Browse files Browse the repository at this point in the history
  • Loading branch information
Fresa committed Jun 1, 2022
1 parent ef5a295 commit 3cbff90
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: 'Semantic Release Notes Generator'
description: 'Generates release notes using semantic-release/release-notes-generator'
author: 'Fredrik Arvidsson'
inputs:
github_token:
description: 'The Github token used to query this repository'
required: true
default: ${{ github.token }}
version:
description: 'The version of the release'
required: true
Expand Down

0 comments on commit 3cbff90

Please sign in to comment.