Skip to content

Commit

Permalink
Update README with instructions on GHES usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
palloberg committed Sep 27, 2024
1 parent 4a60710 commit e073bd0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,19 @@ With configure, call it with:
./configure CC="sccache clang" CXX="sccache clang"
```

## Using on GitHub Enterprise Server (GHES)

When using the action on GitHub Enterprise Server installations a valid github.com token must be provided.

```
- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.5
with:
token: ${{ secrets.MY_GITHUB_TOKEN }}
```

Note that using https://github.com/actions/create-github-app-token is a better option than storing a fixed token in the repo secrets.

## Prepare a new release

1. Update the example in README.md
Expand Down

0 comments on commit e073bd0

Please sign in to comment.