Skip to content

Automated release creation failed #276

@andyasp

Description

@andyasp

#269 introduced an automated release process that included publishing a release:

      - name: Publish release
        if: github.ref_type == 'tag'
        run: make release-notes | gh release create "$IMAGE_TAG" --notes-file -
        env:
          IMAGE_TAG: ${{ steps.image_tag.outputs.tag }}

When building v0.29.0 (reference) the release step failed with:

gh: To use GitHub CLI in a GitHub Actions workflow, set the GH_TOKEN environment variable. Example:
  env:
    GH_TOKEN: ${{ github.token }}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions