-
Notifications
You must be signed in to change notification settings - Fork 20
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
README.md Markdown link typo fix #20
Conversation
5da7bed
to
292c770
Compare
Correct link reference & adjust Markown link checking
292c770
to
9b05f11
Compare
github provider 2.9.0 seems to be broken as token is required now... |
The token was always required by the provider? It doesn't make much sense without the token anyways, does it ? But yeah, pre-commit fails because of the missing token: https://mineiros.semaphoreci.com/jobs/9157e276-7ff7-4e3f-abbe-86eb16549329 |
we specify the token vie environment so this was fine before.. |
Yeah, we are providing it through the |
This change adapts to a provider change requiring a GitHub token to be set when running terraform validate.
As the provider was refactored to not only support organizations, the token went back to the required state. Setting the We should also check out what this refactoring means for the features of our GitHub modules.. maybe we can add some awesome stuff...maybe we can't ;) The fix you applied for providing the variable needs to be integrated into the other two repositories. I can create PRs for this. thanks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
I raised the issue upstream: https://github.com/terraform-providers/terraform-provider-github/issues/503 |
This commit fixes a Markdown link typo and includes link checking for references.