diff --git a/action.yml b/action.yml index 115620a..85bfd02 100644 --- a/action.yml +++ b/action.yml @@ -25,7 +25,7 @@ runs: go get github.com/google/ko@main ;; latest-release) - tag=$(curl -s https://api.github.com/repos/google/ko/releases/latest | jq -r '.tag_name') + tag=$(curl -s -u "username:${{ github.token }}" https://api.github.com/repos/google/ko/releases/latest | jq -r '.tag_name') ;; *) tag="${{ inputs.version }}"