diff --git a/action.yml b/action.yml index 159975ff..5ebe4bdf 100644 --- a/action.yml +++ b/action.yml @@ -8,7 +8,7 @@ inputs: github-token: description: Github token required: true - default: ${{ github.token }} + default: ${{ secrets.GITHUB_TOKEN }} lcov-file: description: The location of the lcov.info file required: false