Github
- Home /
- Categories /
- Github

Do Not Default to PAT
👋 Hey there! Scenario: You need to automate something in github, and after a couple of searches in Google, you see that you can create a PAT and use that.
Read More
Searching github Organisations
👋 Hey there! As a DevOps 🧑💻 team grows, so does the number of repositories. If you use Infrastructure As Code and automation tools like Terraform or Ansible, you will likely have many repos that map to reusable modules. The modules are then combined to deliver full deployments. 🚀
Read More
Fix github-actions 'Resource not accessible by integration' Error: Complete Guide
If you’re working with github-actions and encountering the “Resource not accessible by integration” error, you’re dealing with one of the most common github-actions permission issues. This error typically appears when your workflow lacks the necessary permissions to perform operations like creating pull requests, updating issues, or accessing repository resources.
Read More
When Forking is not an option for your public git repos
I’m curious if this is an everyday use case, but I need to sync a public repo to our internal github Enterprise instance.
Read More