Skip to content

Commit

Permalink
fix: github-token default to ${{ github.token }} (#152)
Browse files Browse the repository at this point in the history
Co-authored-by: Valentin Kiselev <mrexox@evilmartians.com>
  • Loading branch information
mxcl and mrexox committed Mar 1, 2023
1 parent 65affa9 commit a76dd78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -5,7 +5,7 @@ author: 'Nick Merwin (Coveralls, Inc.)'
inputs:
github-token:
description: 'Put secrets.GITHUB_TOKEN here'
required: true
default: ${{ github.token }}
path-to-lcov:
description: 'Path to lcov file'
required: false
Expand Down

0 comments on commit a76dd78

Please sign in to comment.