Skip to content

Commit

Permalink
Token is not necessary for workflow summary
Browse files Browse the repository at this point in the history
  • Loading branch information
yijhenlin committed Apr 19, 2024
1 parent 4305a5a commit f557d3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ inputs:
required: true
token:
description: 'Github personal token to add commits to Pull Request'
required: true
required: false
default: ${{ github.token }}
min-coverage-overall:
description: 'The minimum code coverage that is required to pass for overall project'
required: false
Expand Down

0 comments on commit f557d3f

Please sign in to comment.