Skip to content

Commit

Permalink
Document token
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaferraro committed Jul 14, 2021
1 parent 52535c4 commit f4cd37b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ For more information, reference the GitHub Help Documentation for [Creating a wo
For more information on inputs, see the [API Documentation](https://developer.github.com/v3/repos/releases/#input)

- `version`: The Camel K version to use (default: `latest`)
- `github_token`: Optional token used when fetching the latest Camel K release to avoid hitting rate limits (you should set it to `${{ secrets.GITHUB_TOKEN }}`)

### Example Workflow

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inputs:
version:
description: "The Camel K version to use (default: latest)"
github_token:
description: "The Github token used to retrieve latest release from Github"
description: "Optional token used when fetching the latest Camel K release to avoid hitting rate limits"
runs:
using: "node12"
main: "main.js"

0 comments on commit f4cd37b

Please sign in to comment.