Fix rate-limits by using github.token by default

Turns out there is a default github token we can use to talk to github
and avoid the rate limit issues.
This commit is contained in:
zimbatm 2023-02-05 16:35:01 +01:00
parent 25d64bbf11
commit a4b8aaf5a2
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7
2 changed files with 4 additions and 1 deletions

View file

@ -26,3 +26,4 @@ runs:
INPUT_INSTALL_OPTIONS: ${{ inputs.install_options }}
INPUT_INSTALL_URL: ${{ inputs.install_url }}
INPUT_NIX_PATH: ${{ inputs.nix_path }}
GITHUB_TOKEN: ${{ github.token }}