diff --git a/content/security/git-oauth.md b/content/security/git-oauth.md index 1deda55..99e7844 100644 --- a/content/security/git-oauth.md +++ b/content/security/git-oauth.md @@ -65,7 +65,7 @@ Git will check the credential helpers in the order they are defined, so only ask Next, you need to tell Git Credential OAuth which settings to use with Codeberg: ```sh -git config --global credential.https://codeberg.org.oauthClientId 246ca3e8-e974-430c-b9ec-3d4e2b54ad28 +git config --global credential.https://codeberg.org.oauthClientId a4792ccc-144e-407e-86c9-5e7d8d9c3269 git config --global credential.https://codeberg.org.oauthAuthURL /login/oauth/authorize git config --global credential.https://codeberg.org.oauthTokenURL /login/oauth/access_token ```