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

Conversation

bquorning
Copy link
Collaborator

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.

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 bquorning requested a review from ydah June 3, 2024 14:43
@bquorning bquorning marked this pull request as ready for review June 3, 2024 14:50
@bquorning bquorning requested a review from a team as a code owner June 3, 2024 14:50
Copy link
Member

@ydah ydah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@ydah ydah merged commit 345aa84 into master Jun 3, 2024
25 checks passed
@ydah ydah deleted the fix-publish-workflow branch June 3, 2024 15:02
ydah added a commit to rubocop/rubocop-rspec_rails that referenced this pull request Jun 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants