We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
GITHUB_TOKEN
github.token
1 parent 08e0247 commit e7813a9Copy full SHA for e7813a9
README.md
@@ -8,7 +8,7 @@ Use this action in a workflow [triggered by a release](https://docs.github.com/e
8
9
## Inputs
10
11
-**GITHUB_TOKEN**
+**GITHUB_TOKEN** (optional)
12
13
A GitHub access token with write access to your repo's issues, such as:
14
action.yml
@@ -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:
15
Text template for the comment string.
0 commit comments