Skip to content

Commit

Permalink
docs: document token input
Browse files Browse the repository at this point in the history
  • Loading branch information
nhedger committed May 18, 2023
1 parent f6ccdd0 commit 8ca402e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ The following inputs are supported.
# This input is required if "authenticate" is set to "true".
# Example value: "yftnYtkmylaguBIkTGslohShq5wKHLEtcTGQbGGBGxY"
secret: "<exoscale-api-secret>"

# The GitHub token to use to authenticate GitHub API requests.
# This input is optional and defaults to the job's GitHub token.
# Example value: ${{ secrets.GITHUB_TOKEN }}
token: ${{ github.token }}
```
## Examples
Expand Down

0 comments on commit 8ca402e

Please sign in to comment.