Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: default token to github.token #271

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update README.md
MichaelDeBoey authored Feb 11, 2022
commit 281fc70194991416c8d228965fdaac21e8f2c99d
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -23,8 +23,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: lee-dohm/[email protected]
with:
token: ${{ github.token }}
```
### Inputs
@@ -35,7 +33,7 @@ See [`action.yml`](action.yml) for defaults.
- `daysUntilClose` — Number of days to wait for a response from the original author before closing.
- `responseRequiredColor` — Color for the `responseRequiredLabel`. **Only** used when creating the label if it does not already exist.
- `responseRequiredLabel` — Text of the label used to indicate that a response from the original author is required.
- `token` — Token used to access repo information. The default GitHub Actions token is sufficient.
- `token` — Token used to access repo information. The default GitHub Actions token is sufficient. Defaults to `github.token`.

### Outputs