d872bdc626
Use gh api --paginate to dynamically fetch all non-archived public repos matching ^headlamp-.+ from the privilegedescalation org. This eliminates the need to manually update the repo list when new plugins are added. NOTE: --paginate must come before the endpoint arg, not after --jq. The previous commit had 'gh api paginate' which is incorrect syntax. Co-Authored-By: Paperclip <noreply@paperclip.ing>