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

Commit

Permalink
fix: add token input
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech committed Apr 21, 2022
1 parent 13b4008 commit 0c74667
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,13 @@ This may be used as an [action](#github-action) in GitHub Actions or run with `n

The version to test. Default `stable`.

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`)
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`)

#### `token`

A GitHub token with read permission. Default `secrets.GITHUB_TOKEN`.

The token is used to search Atom releases to find the latest `stable` and `beta` versions.

### Example usage

Expand Down

0 comments on commit 0c74667

Please sign in to comment.