kube-linter-action
kube-linter-action copied to clipboard
fix: pass authorization header only if specified
- Act is a project which allows users to locally test GitHub actions before deploying them. This makes it easier for users to validate that actions work as intended.
- Currently, running
kube-linter-action
locally results in a401
error when trying to fetch the release because we pass an empty authorization header. - This PR fixes this by conditionally passing this header.