Skip to content
This repository was archived by the owner on Apr 14, 2023. It is now read-only.

Commit 0c74667

Browse files
committed
fix: add token input
1 parent 13b4008 commit 0c74667

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,13 @@ This may be used as an [action](#github-action) in GitHub Actions or run with `n
1616

1717
The version to test. Default `stable`.
1818

19-
Possible values: `stable`, `beta`, `nightly`, `dev`, Any Atom [release](https://github.com/atom/atom/releases) tag >= `v1.0.0` (e.g. `v1.50.0` or `v1.50.0-beta0`)
19+
Possible values: `stable`, `beta`, Any Atom [release](https://github.com/atom/atom/releases) tag >= `v1.0.0` (e.g. `v1.50.0` or `v1.50.0-beta0`)
20+
21+
#### `token`
22+
23+
A GitHub token with read permission. Default `secrets.GITHUB_TOKEN`.
24+
25+
The token is used to search Atom releases to find the latest `stable` and `beta` versions.
2026

2127
### Example usage
2228

0 commit comments

Comments
 (0)