Skip to content

Commit

Permalink
Add example
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostnaps committed Mar 5, 2024
1 parent 8a2e0ea commit 046168e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,14 @@ value as the current environment, which will usually be
This parameter exists primarily to allow GitHub Enterprise to point back to
GitHub Cloud to install publicly hosted tools.

As such, for any use of this action in GitHub Enterprise, `github-api-url`
should be included like so:
```yaml
- uses: Roblox/setup-foreman@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
github-api-url: "https://api.github.com"
```

## License
setup-foreman is available under the MIT license. See [LICENSE.txt](LICENSE.txt) or <https://opensource.org/licenses/MIT> for details.

0 comments on commit 046168e

Please sign in to comment.