Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Use this action in a workflow [triggered by a release](https://docs.github.com/e

## Inputs

**GITHUB_TOKEN**
**GITHUB_TOKEN** (optional)

A GitHub access token with write access to your repo's issues, such as:

Expand Down
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ inputs:
description: |
A GitHub personal access token with repo scope, such as
secrets.GITHUB_TOKEN.
required: true
default: ${{ github.token }}
required: false
comment-template:
description: |
Text template for the comment string.
Expand Down