Skip to content
Open
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
4 changes: 4 additions & 0 deletions setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ inputs:
required: false
description: "choose where to run sprkl analysis"
default: ""
githubToken:
required: false
description: "The Github token - needed in order to fetch data about the Github events(Push, Pull Request...) from the Github API"
default: ${{ github.token }}

runs:
using: "node16"
Expand Down
Loading