fix: default token only on public github
This commit is contained in:
parent
db6bcf6eb8
commit
add622c54d
@ -41,7 +41,7 @@ inputs:
|
|||||||
description: Disable caching of bun executable.
|
description: Disable caching of bun executable.
|
||||||
token:
|
token:
|
||||||
required: false
|
required: false
|
||||||
default: ${{ github.token }}
|
default: ${{ github.server_url == 'https://github.com' && github.token || '' }}
|
||||||
description: Personal access token (PAT) used to fetch tags from oven-sh/bun repository. Recommended for resolving wildcard/range versions to avoid GitHub API rate limiting.
|
description: Personal access token (PAT) used to fetch tags from oven-sh/bun repository. Recommended for resolving wildcard/range versions to avoid GitHub API rate limiting.
|
||||||
|
|
||||||
outputs:
|
outputs:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user