Merge pull request #4541 from backstage/rugvip/gh-auth

integrations: switch to using x-access-token for github git auth
This commit is contained in:
Patrik Oldsberg
2021-02-15 21:16:02 +01:00
committed by GitHub
7 changed files with 26 additions and 20 deletions
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/backend-common': patch
'@backstage/techdocs-common': patch
'@backstage/plugin-scaffolder-backend': patch
---
Switched to using `'x-access-token'` for authenticating Git over HTTPS towards GitHub.