rubocop / rubocop-rspec

Code style checking for RSpec files.
https://docs.rubocop.org/rubocop-rspec
MIT License
805 stars 277 forks source link

CI: Add GH_TOKEN to publish workflow #1898

Closed bquorning closed 4 months ago

bquorning commented 4 months ago

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.