Skip to content

Commit

Permalink
Merge pull request #60 from lewagon/revert-58-patch-1
Browse files Browse the repository at this point in the history
Revert "Use secrets.GITHUB_TOKEN by default as repo-token"
  • Loading branch information
ssaunier authored Jan 27, 2022
2 parents 445750a + a0e1a39 commit 5313807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ inputs:
repo-token:
description: "A GitHub token for the repo"
required: false
default: "${{ secrets.GITHUB_TOKEN }}"
default: ""
wait-interval:
description: "Seconds to wait between Checks API requests"
required: false
Expand Down

0 comments on commit 5313807

Please sign in to comment.