stern icon indicating copy to clipboard operation
stern copied to clipboard

Release workflow failed

Open superbrothers opened this issue 4 years ago • 0 comments

In v1.21 release, the release workflow failed: creating a PR for the krew plugin manifest using the krew-release-bot. I do not know why at this point, but it could be a temporary issue.

Run rajatjindal/[email protected]
  with:
    krew_template_file: dist/stern.yaml
  env:
    GOROOT: /opt/hostedtoolcache/go/1.17.5/x64

/usr/bin/docker run --name rajatjindalkrewreleasebotv0040_8d3a7f --label 6a6825 --workdir /github/workspace --rm -e GOROOT -e INPUT_KREW_TEMPLATE_FILE -e INPUT_WORKDIR -e HOME -e GITHUB_JOB -e GITHUB_REF -e GITHUB_SHA -e GITHUB_REPOSITORY -e GITHUB_REPOSITORY_OWNER -e GITHUB_RUN_ID -e GITHUB_RUN_NUMBER -e GITHUB_RETENTION_DAYS -e GITHUB_RUN_ATTEMPT -e GITHUB_ACTOR -e GITHUB_WORKFLOW -e GITHUB_HEAD_REF -e GITHUB_BASE_REF -e GITHUB_EVENT_NAME -e GITHUB_SERVER_URL -e GITHUB_API_URL -e GITHUB_GRAPHQL_URL -e GITHUB_REF_NAME -e GITHUB_REF_PROTECTED -e GITHUB_REF_TYPE -e GITHUB_WORKSPACE -e GITHUB_ACTION -e GITHUB_EVENT_PATH -e GITHUB_ACTION_REPOSITORY -e GITHUB_ACTION_REF -e GITHUB_PATH -e GITHUB_ENV -e RUNNER_OS -e RUNNER_ARCH -e RUNNER_NAME -e RUNNER_TOOL_CACHE -e RUNNER_TEMP -e RUNNER_WORKSPACE -e ACTIONS_RUNTIME_URL -e ACTIONS_RUNTIME_TOKEN -e ACTIONS_CACHE_URL -e GITHUB_ACTIONS=true -e CI=true -v "/var/run/docker.sock":"/var/run/docker.sock" -v "/home/runner/work/_temp/_github_home":"/github/home" -v "/home/runner/work/_temp/_github_workflow":"/github/workflow" -v "/home/runner/work/_temp/_runner_file_commands":"/github/file_commands" -v "/home/runner/work/stern/stern":"/github/workspace" rajatjindal/krew-release-bot:v0.0.40

time="2021-12-16T13:09:16Z" level=info msg="using template file \"/github/workspace/dist/stern.yaml\""
time="2021-12-16T13:09:20Z" level=fatal msg="expected status code 200 got 500. body: opening pr: command error on refs/heads/stern-stern-stern-v1.21.0: refusing to allow a Personal Access Token to create or update workflow `.github/workflows/ci.yml` without `workflow` scope"
  • https://github.com/stern/stern/runs/4547676077?check_suite_focus=true#step:8:9

As for the Krew plugn manifest, I will create a manual PR for it temporarily.

REF

  • https://github.com/rajatjindal/krew-release-bot/issues/52

superbrothers avatar Dec 16 '21 13:12 superbrothers