[PR #672] [MERGED] use github personal access token #2011

Closed
opened 2025-09-10 23:55:51 -05:00 by giteasync · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/VSCodium/vscodium/pull/672
Author: @daiyam
Created: 3/18/2021
Status: Merged
Merged: 9/6/2021
Merged by: @daiyam

Base: masterHead: use-github-pat


📝 Commits (8)

  • 74588ec add patch to use github personal access token instead of auth relay server
  • f081b68 Merge branch 'master' into use-github-pat
  • 2ad3367 Merge branch 'master' into use-github-pat
  • f2517b5 Merge branch 'master' into use-github-pat
  • 6158e90 Merge branch 'master' into use-github-pat
  • 16148c2 Merge branch 'master' into use-github-pat
  • 7b8c78e fix(1.60): update patch
  • dfe3566 docs: add section on how to sign in

📊 Changes

2 files changed (+268 additions, -0 deletions)

View changed files

📝 DOCS.md (+11 -0)
patches/use-github-pat.patch (+257 -0)

📄 Description

This PR is replacing the cumbersome auth relay server (#401) with github personal access token.

How to create a PAT: https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/VSCodium/vscodium/pull/672 **Author:** [@daiyam](https://github.com/daiyam) **Created:** 3/18/2021 **Status:** ✅ Merged **Merged:** 9/6/2021 **Merged by:** [@daiyam](https://github.com/daiyam) **Base:** `master` ← **Head:** `use-github-pat` --- ### 📝 Commits (8) - [`74588ec`](https://github.com/VSCodium/vscodium/commit/74588ec2a806eb1d8e0234bc12d82c74c409dae0) add patch to use github personal access token instead of auth relay server - [`f081b68`](https://github.com/VSCodium/vscodium/commit/f081b688f23f03488c3e6fe2fd71c8ea3882b312) Merge branch 'master' into use-github-pat - [`2ad3367`](https://github.com/VSCodium/vscodium/commit/2ad336752251f09dee585a242d6275e4f6914918) Merge branch 'master' into use-github-pat - [`f2517b5`](https://github.com/VSCodium/vscodium/commit/f2517b5fc9668c92013ac5f0e519f81a51ccf6fe) Merge branch 'master' into use-github-pat - [`6158e90`](https://github.com/VSCodium/vscodium/commit/6158e9009246d443296ecab4f6e7414f372c6d05) Merge branch 'master' into use-github-pat - [`16148c2`](https://github.com/VSCodium/vscodium/commit/16148c22aac5be48599bec5d5f6d016d53a16a27) Merge branch 'master' into use-github-pat - [`7b8c78e`](https://github.com/VSCodium/vscodium/commit/7b8c78e35d1ede8f1f4f8f6add4e8f0e733a045e) fix(1.60): update patch - [`dfe3566`](https://github.com/VSCodium/vscodium/commit/dfe356637e15574fa2f8f3aa9bda94634cad9584) docs: add section on how to sign in ### 📊 Changes **2 files changed** (+268 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `DOCS.md` (+11 -0) ➕ `patches/use-github-pat.patch` (+257 -0) </details> ### 📄 Description This PR is replacing the cumbersome auth relay server (#401) with github personal access token. How to create a PAT: https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
giteasync added the
pull-request
label 2025-09-10 23:55:51 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: VSCodium/vscodium#2011
No description provided.