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

fix: GitHub token for Homebrew tap #50

Merged
merged 1 commit into from
Aug 7, 2020
Merged

fix: GitHub token for Homebrew tap #50

merged 1 commit into from
Aug 7, 2020

Conversation

sc250024
Copy link
Contributor

@sc250024 sc250024 commented Aug 7, 2020

Description

This release action (https://github.com/norwoodj/helm-docs/runs/955815074) failed because the token is wrong.

The token needs to be one that has access to write to the https://github.com/norwoodj/homebrew-tap repository. Using the default secrets.GITHUB_TOKEN token is wrong because it only has access to write to the current repository, and nothing else.

@norwoodj Can you create a personal access token with the repo scope enabled as it says in the instructions here please (https://goreleaser.com/environment/#api-tokens) ? It should go in a secret named NORWOODJ_ORG_TOKEN .

The token needs to be one that has access to write to the
norwoodj/homebrew-tap repository. The 'secrets.GITHUB_TOKEN' token only
has access to write to the current repository.
@norwoodj norwoodj merged commit b6ff99b into norwoodj:master Aug 7, 2020
@norwoodj
Copy link
Owner

norwoodj commented Aug 7, 2020

Thanks a ton @sc250024!

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