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

Replace GitHub token to access release notes #57

Merged
merged 1 commit into from Feb 25, 2022

Conversation

pleonex
Copy link
Owner

@pleonex pleonex commented Feb 25, 2022

Description

For some reason, the default GITHUB_TOKEN is not allowing to access to the content of the release notes. A custom token with the repo permissions.. This PR replaces the variable to access the custom token.

Migration steps

  1. Create a custom token with the repo permissions.
  2. Add the token to the secrets repository/organization variables
  3. Replace secrets.GITHUB_TOKEN with secrets.<VAR_NAME> in .github/workflows/build-and-release.yml

@pleonex pleonex added the bug Something isn't working label Feb 25, 2022
@pleonex pleonex added this to the vNext milestone Feb 25, 2022
@pleonex pleonex self-assigned this Feb 25, 2022
@pleonex pleonex merged commit 640e339 into main Feb 25, 2022
@pleonex pleonex deleted the feature/replace-release-token branch February 25, 2022 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant