Questions tagged [github]
For questions about setup, configuration, and usage related to GitHub, a web-based hosting service for software development projects using Git.
114 questions
0 votes
0 answers
27 views
Permissionless mirror of GitHub to codeberg (git clone without api key)
How can I setup a mirror of a GitHub repo on codeberg, without having to grant permission to codeberg? Why? Since 2025, I've had an occasional issue where my work on GitHub gets locked behind an ...
0 votes
0 answers
17 views
IaC way to allow GitHub actions to create PRs?
In a GitHub repo's settings under actions -> general, there are the options as seen in the image. I have a workflow that needs to be able to create PRs, and now I run it on my own GitHub account, ...
0 votes
1 answer
89 views
Github Container Registry tells me no description provided despite providing a label explicitly
When I upload images to the Github Container Registry, I see an error that says "No description provided", which suggests the following To provide a description, add the following line to ...
0 votes
0 answers
15 views
Why did GIthub two factor reset failed?
I can not recover my new(clients not personal) Github account what should I put here? recovery codes have 16 lines dcbab-99609 I tried authentication from mobile Authenticator, does not work either. ...
0 votes
0 answers
48 views
GitHub Actions Workflow: Excluded folders still appearing in generated Pull Request despite using filtered tree
I'm experiencing an issue with a GitHub Actions workflow that creates Pull Requests while attempting to exclude specific folders. Current Behavior: The workflow creates a PR from main branch to dev ...
0 votes
1 answer
998 views
Using actions/checkout@v4: Write access to repository not granted
When I try to download a different repository within my organization using actions/checkout@v4 and a fine-grained access token with "Read access to code and metadata", I'm getting "...
1 vote
1 answer
511 views
Can you authenticate to ghcr.io and pull down images using fine-grained access tokens?
I want to pull down an image on the GitHub Container Registry. It requires authentication? Can I use a fine-grained access PAT for that?
0 votes
0 answers
37 views
Deploying Azure App service & define the GitHub as the Deployment Repository work well, but fail if i define the Deployment Repository as BitBucket
I am facing this weird problem, now i have an Azure App Service, and when i define its Deployment repository to reference this repository inside GitHub https://github.com/OfficeDev/microsoft-teams-...