What people previously said about GitHub

Older than the 25 on GitHub’s page
“Just setup github oidc provider as idp in aws iam. There’s a managed workflow from aws that handles signin for you and you just have to create a role and give it permission to what you want”
0zeronegative · reddit ·
“We fully automated are it. Terraform creates the UAMIs and federated credentials in Azure, GitHub Actions syncs the Client ID, etc over to the repositories. Fully automated.”
iamichi · reddit ·
“Github copilot uses much less, it only burns like 3 dollars worth of tokens at a medium sized task, but for example claude code usually burns 2 or 3 times as much. But claude code output is usually better so I prefer to use that one until I ran out of my monthly API tokens at my company.”
Vagottszemu · reddit ·
“I'm currently evaluating GitHub Copilot vs. Claude Code for our team. We could use either, but for us there's a slight difference in cost per token (Copilot with Anthropic models vs.”
alex_bababu · reddit ·
“Why is this a relevant concern if your using GitHub Enterprise? The general data security clauses cover you for use of those otherwise forbidden models.”
darkstar3333 · reddit ·
“VCS secrets (GitHub/Gitlab) don't have the granularity you typically need. Org secrets, Repo secrets...”
Laoracc · reddit ·
“tldr; If the above switch is enabled, when new models, or models that were never specifically enabled or disabled, will become available through Github Copilot.”
beauzero · reddit ·
“GitHub environments with OIDC is the way to handle this. Use OIDC to connect to a key vault that securely stores everything.”
MrMunchkin · reddit ·
“There was a change in AI Controls for enterprise. The default behaviour was that models that had not been enabled would be «delegate to default policy» and the default policy seems to be enabled.”
fr3xzy · reddit ·
“Your admins can’t find the disable button on the GitHub website next to Kimi 2.7?”
Sensitive_One_425 · reddit ·
“Out of nowhere, Github Copilot in SSMS allowed selection of a 'banned' model”
Complete-Fondant-202 · reddit ·
“OICD trust, GitHub App. workload identities and minting 60 min tokens.”
Low-Opening25 · reddit ·
“Ich habe meine eigenen Plugins dort liegen. Versioniert mir github actions zum deployment.”
melaniemuellerdesign · reddit ·
“AWS secrets manager, use GitHub OIDC to connect to the secretes manager API”
Holiday-Medicine4168 · reddit ·
“You still have to use GitHub storage to put something there for the authentitcation to work, there will always be a passing of valid variables to the workflow, the tricky part is to reduce the blast radio in case off leakeage.”
One-Department1551 · reddit ·
“Using GitHub Actions made me realize static encrypted secrets aren’t very safe.”
Plus_Station4112 · reddit ·
“This is not entirely true, you can use a docker image inside the Github Actions Ubuntu VM or a sysroot but that is beyond even most expereinced app devs to setup.”
Arrowmaster · hn ·
“Github specifically for a lot of that, but 2018-2020 we used bitbucket.”
BobJutsu · reddit ·
“Im not gonna continue fighting over simply trying to do something that is done everyday across GitHub. this is getting ridiculous and alot of public repos take weeks for your changes to get merged im doing these things for a reason from a development standpoint?”
Professional_Ad705 · reddit ·
“When I run supabase start on GitHub Actions it takes like 90 seconds to pull the images.”
Ramriez · reddit ·
“If it is triggered by a PR or even a push (which not many people usually do), it’s best to have "concurrency" set up. This way, you don't spam the runner and overload it.”
Little-Squad-X · reddit ·
“also packages: write permission scoped at the job level is the right call, a lot of people just set it at workflow level for everything, which is broader than it needs to be.”
Raja-Karuppasamy · reddit ·
“I don't remember the syntax and on phone but maybe search testing docker images with github actions.”
DevOps_Lady · reddit ·
“GHA is just a collection of text files, it's not really complicated.”
razzledazzled · reddit ·
“Why GitHub Copilot start/check every MCP server on every new request? Is there really no way to lazy-load MCPs?”
Tiny_Pomegranate7947 · reddit ·
“SDD, Github Actions, and AI PRs”
No_Welder3877 · reddit ·
“It finds a lot of stuff that a lot of people wouldn't even think about when it comes to security issues. I think that alone is worth going with Github Copilot but that's just me.”
Rhaevyhn · reddit ·
“GitHub encourages this by using an arcane pipeline configuration format that could have been a shell script and has no way to run it outside GitHub.”
megagpt2 · hn ·
“Which… I have mixed feelings about, but that is the bar set by paying all the money for GitHub copilot enterprise.Any tips?”
irishcoffee · hn ·
“Using GitHub/git is great for any development, period. GitHub is great as a source for the repo (git is not GitHub), but you can also use GitHub Actions for things like deployment (and other continuous integration things like linting/testing/build pipelines etc)”
baerkins · reddit ·
“We don't use Bedrock, but use WordPress, GitHub + WPEngine GIT for deployment [https://wpengine.com/support/git/](https://wpengine.com/support/git/)”
rockstarlab · reddit ·
“Of course copilot is cheaper. Because its shit. We get everything from MS for pennies. I tried to get rid of 365 and non github copilot in my company but its just too cheap.”
AcanthisittaWeird94 · reddit ·
“I've been a fairly heavy Copilot user, and haven't heard a thing about the company paying more or high costs. At this point I'm chalking that up the subscription working like insurance.”
couchwarmer · reddit ·
“With all these billing changes why do enterprises continue to lock in with GH Copilot when there’s also Claude Code or Codex which if we’re honest are cheaper if you break it down in terms of outcome and quality ?”
KookyOky · reddit ·
“GMI is offering Minimax M3 for free, Github on the other hand offering an old washed out model, Good job Microsoft.”
VloneDaddy · reddit ·
“Same except GitHub actions to the staging server first.”
houseofwarwick · reddit ·
“setup github pipeline only for the active theme, not for the whole wordpress.. and that enough will make work smooth you never imagined.. I literally didn't used filezilla or file manager from last 2 years”
kartikcool15 · reddit ·
“Do not look for practice questions in GitHub repos. They are almost always dumps, which you should avoid!”
cgreciano · reddit ·
“Waste of time. If a client is paying $10k they don't care of GitHub or anything technical.”
fappingjack · reddit ·
“Deployments happen though GitHub Actions, depending on the target system (we often use the actions provided by the hosts).”
2ndkauboy · reddit ·
“I only use GitHub to store my private keys and my wp-config.php”
im_a_fancy_man · reddit ·
“It is extremely common to use GitHub with WordPress. If you work at a professional agency, you will use GitHub with WordPress.”
richaber · reddit ·
“Github Actions handles the deployment on the dev server through a fast-forward pull of the current RC. This history should always flow to the next RC.”
Zimaben · reddit ·
“I have a sage 11 theme hosted on GitHub. When I push to the deploy branch, it fires a GitHub action that runs the build process then sends the files over SSH. Hosting is agood ole namecheap server with cpanel.”
Cabber · reddit ·
“We use GitHub for custom themes and plugins. Most themes have GitHub Actions to deploy to WP Engine environments.”
BaldingBuffalo2 · reddit ·
“I use a version controller function in the themes, it checks on github if there is a most recent version of the themes and if it is the case you can just update it like any other theme or plugin.”
Dapper_Bus5069 · reddit ·
“Everyone on their own self-hosted git servers, zero collaboration.Everyone sticking to Github, then a year or two from now Github resolves their scaling issues and the competitors miss their window of opportunity to disrupt”
dmix · hn ·
“It ridiculous, Codeberg did the same. I get why, really, I do, but it's creating a severe damage that will be abused by a third evil actor that will take over the wasteland of GitHub and GitLab by creating a service that will allow anything (until it is enshittified of course)Outcome?”
oscarcp · hn ·
“> GitHub is going the wrong way, but there really is nothing workable for open-source projects except GitHub.Open source projects existed just fine before GitHub, and they will exist just fine if they choose to move off GitHub as well.”
bigstrat2003 · hn ·
“It really is a testament to the power of mindshare and vendor lock-in. Git is GPL-licensed, the format is a de-facto standard, the commits and tags live in an on-disk format, merging and collaboration doesn't require a server, and yet somehow we still managed to end up with a centralized system with GitHub at the center.”
bariumbitmap · hn ·