-
-
Notifications
You must be signed in to change notification settings - Fork 944
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
Error Creating GitHub Discussions Entry #2304
Comments
Ah so it's to do with the discussion format? That's super interesting! Thank you - that would fit perfectly with the format of the category we are trying to post to! Thanks again Feel free to close this out :) |
just opened a support ticket, will leave it open meanwhile should more people have the same issue... |
You rock! Thanks @caarlos0 |
#2304 Signed-off-by: Carlos A Becker <[email protected]>
added more info to the docs... will close this thanks @stack72 🙏 |
thank you so much for doing all of that! |
This was temporarily disabled due to an issue where an incorrect error message was received about a 404. This was actually due to not being able to post to `announcement` style categories The Releases category was changed to be `open ended discussion` so we can enable this feature again see goreleaser/goreleaser#2304 for details
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
As part of the Pulumi release, we want to create an entry in GitHub Discussions for our users. I have added the following code to our goreleaser.yml file:
The build continues as expected until it gets to the release part and we get an error as follows:
We are using a GitHub Token that has access to read/write discussions. But it seems that the discussion_category_name is not being picked up in the config as it seems to be passing an empty name?
Runner configuration:
This installs:
I am not sure where this bug lays to be honest - I am not sure if there is an issue with the yaml we have created or something else
The .goreleaser.yml file can be found https://github.com/pulumi/pulumi/blob/master/.goreleaser.yml
We are using public github and the GitHub Actions runner is macos-latest and Go 1.16.5
Thanks
Paul
The text was updated successfully, but these errors were encountered: