terraform-provider-github
terraform-provider-github copied to clipboard
[BUG]: When putting in a PR the immediate response GHA job fails
Expected Behavior
Job should work
Actual Behavior
Job fails
Terraform Version
N/A
Affected Resource(s)
Looks like this fails:
https://github.com/integrations/terraform-provider-github/blob/main/.github/workflows/immediate-response.yml
See this output from GHA:
https://github.com/integrations/terraform-provider-github/actions/runs/6756184050/job/18365370590
The error Resource not accessible by integration can mean it is a GITHUB_TOKEN permissions error - although the yaml looks correct and hasn't been updated recently.
Terraform Configuration Files
N/A
Steps to Reproduce
Put in a PR
Debug Output
N/A
Panic Output
No response
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
👋 Hi! Thank you for this contribution! Just to let you know, our GitHub SDK team does a round of issue and PR reviews twice a week, every Monday and Friday! We have a process in place for prioritizing and responding to your input. Because you are a part of this community please feel free to comment, add to, or pick up any issues/PRs that are labled with Status: Up for grabs. You & others like you are the reason all of this works! So thank you & happy coding! 🚀
Looking at this workflow link, it looks like this workflow is not in use anymore. I searched the issues section a bit, but couldn't find the issue that led to this workflow being manually disabled.
I think a maintainer will need to confirm that the workflow is intentionally disabled, and if so, this issue can be closed. / cc @kfcampbell for any insights.
I don't know why it was disabled; I would say that without additional context I would prefer if it was working correctly and enabled rather than disabled.