Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Add GH_TOKEN to publish workflow #1898

Merged
merged 1 commit into from
Jun 3, 2024
Merged

CI: Add GH_TOKEN to publish workflow #1898

merged 1 commit into from
Jun 3, 2024

Commits on Jun 3, 2024

  1. CI: Add GH_TOKEN to publish workflow

    When trying to release a minor version, GitHub Actions said:
    
        gh: To use GitHub CLI in a GitHub Actions workflow, set the GH_TOKEN
        environment variable. Example:
          env:
            GH_TOKEN: ${{ github.token }}
    
    we didn't notice it before, because this code doesn't run on patch
    releases.
    bquorning committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    54a5b21 View commit details
    Browse the repository at this point in the history