We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Apply pipeline crashed at pingdom provider for namespaces that has github_repository_environment resource created.
github_repository_environment
Currenly apply-live-c and apply-live-e failed in namespaces hmpps-manage-intelligence-preprod and manage-intelligence-dev. Having a closer look at those resources, they are referenced in 7 different namespaces https://github.com/search?q=repo%3Aministryofjustice%2Fcloud-platform-environments%20github_repository_environment&type=code
hmpps-manage-intelligence-preprod
manage-intelligence-dev
There is an issue with the provider and it is fixed in version 5.40.0: "Fixed incorrect error handling that led to panic in github_repository_environment by @nfx in integrations/terraform-provider-github#1932"
Testing in hmpps-manage-intelligence-preprod fixed the issue.
As part of this update, bump all github providers to 5.40.0 irrespective of this resource being used or not.
Why it is happening suddenly: Could this be the new github PAT which doesnt have enough permissions
The text was updated successfully, but these errors were encountered:
After further investigation, this was because of the new github token permissions. It needs the actions: read.
Sorry, something went wrong.
poornima-krishnasamy
No branches or pull requests
Apply pipeline crashed at pingdom provider for namespaces that has
github_repository_environment
resource created.Currenly apply-live-c and apply-live-e failed in namespaces
hmpps-manage-intelligence-preprod
andmanage-intelligence-dev
. Having a closer look at those resources, they are referenced in 7 different namespaceshttps://github.com/search?q=repo%3Aministryofjustice%2Fcloud-platform-environments%20github_repository_environment&type=code
There is an issue with the provider and it is fixed in version 5.40.0: "Fixed incorrect error handling that led to panic in github_repository_environment by @nfx in integrations/terraform-provider-github#1932"
Testing in
hmpps-manage-intelligence-preprod
fixed the issue.As part of this update, bump all github providers to 5.40.0 irrespective of this resource being used or not.
Why it is happening suddenly: Could this be the new github PAT which doesnt have enough permissions
The text was updated successfully, but these errors were encountered: