kube-linter-action icon indicating copy to clipboard operation
kube-linter-action copied to clipboard

fix: pass authorization header only if specified

Open DerekTBrown opened this issue 2 years ago • 0 comments

  • 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 a 401 error when trying to fetch the release because we pass an empty authorization header.
  • This PR fixes this by conditionally passing this header.

DerekTBrown avatar Jun 23 '22 17:06 DerekTBrown