This commit is contained in:
Benoit Daloze
2026-01-07 22:23:14 +01:00
parent 7f50f6e3b3
commit 1010da45f3
2 changed files with 16 additions and 18 deletions
-1
View File
@@ -47,7 +47,6 @@ inputs:
token:
description: |
Used to authenticate with GitHub when downloading Ruby release assets.
Since there is a default, this is typically not supplied by the user.
When running this action on github.com, the default value is sufficient.
When running on GHES, you can pass a personal access token for github.com if you are experiencing rate limiting.
default: ${{ github.server_url == 'https://github.com' && github.token || '' }}