Skip to content

Commit

Permalink
Merge pull request #4 from 7Factor/jwood/no_token
Browse files Browse the repository at this point in the history
Don't require github-token input.
  • Loading branch information
dumptruckman authored Sep 12, 2024
2 parents cb1b263 + d9a06c6 commit 6d1071b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Just add the following step to one of your workflows:
```yaml
- uses: 7Factor/action-pr-comment@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
comment-identifier: some-unique-identifier
comment-body: |
This is a comment that will be posted on the PR.
Expand Down
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ description: Manages a bot comment on a Pull Request
inputs:
github-token:
description: The GitHub token to use
required: true
default: ${{ github.token }}
required: false
comment-identifier:
description: A unique string that identifies the comment
required: true
Expand Down

0 comments on commit 6d1071b

Please sign in to comment.