diff --git a/action.yml b/action.yml index 59d260e..193f904 100644 --- a/action.yml +++ b/action.yml @@ -11,7 +11,8 @@ inputs: description: Extra args to pass to the planner (prefer using structured `with:` arguments unless using a custom planner!) required: false github-token: - description: A Github Token so that authenticated requests can be made (set this to `secrets.GITHUB_TOKEN`) + description: A GitHub Token for making authenticated requests (which have a higher rate-limit quota than unauthenticated requests) + default: ${{ github.token }} channels: description: Channel(s) to add (eg `nixpkgs=https://nixos.org/channels/nixpkgs-unstable`) required: false