Skip to content

GitHub Blog Search

Search Results for: GitHub Packages

An illustration of two octocats repairing a robot.

Announcing GitHub for Unity 1.0

The GitHub for Unity 1.0 editor extension is now available for download from the Unity Asset Store and https://unity.github.com/. Version 1.0 includes: File locking improvements: File locking management is now…

admin
An illustration of two octocats repairing a robot.

Announcing GitHub for Unity 1.0

The GitHub for Unity 1.0 editor extension is now available for download from the Unity Asset Store and https://unity.github.com/. Version 1.0 includes: File locking improvements: File locking management is now…

admin
An illustration of two octocats repairing a robot.

GitHub Reflog v1.4.04

Welcome to the third edition of The GitHub Reflog — the weekly chronicle of remarkable GitHub repos and community activity. For previous editions, check out The Reflog Archive. Community Update…

Kenneth Reitz
An illustration of two octocats repairing a robot.

GitHub Reflog v1.3.21

Welcome to the first edition of The GitHub Reflog. This is a new weekly installment chronicling awesome GitHub repos, brought to you by Kenneth Reitz, one of the classy gentlemen…

Kenneth Reitz
An illustration of two octocats repairing a robot.

GitHub Rebase #23

It's Rebase time once again! Featured Project clojure is a functional programming language based on Lisp that runs on the Java Virtual Machine. It recently hit a pretty huge milestone…

Nick Quaranto
Passwordless deployments to the cloud

Passwordless deployments to the cloud

Discovering passwords in our codebase is probably one of our worst fears. But what if you didn’t need passwords at all, and could deploy to your cloud provider another way? In this post, we explore how you can use OpenID Connect to trust your cloud provider, enabling you to deploy easily, securely and safely, while minimizing the operational overhead associated with secrets (for example, key rotations).

Chris Reddington
Securing millions of developers through 2FA

Securing millions of developers through 2FA

We’ve dramatically increased 2FA adoption on GitHub as part of our responsibility to make the software ecosystem more secure. Read on to learn how we secured millions of developers and why we’re urging more organizations to join us in these efforts.

Mike Hanley