-
-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle GitHub private repositories #236
Conversation
… handle private GitHub repositories when dispatching actions
✅ Deployment SUCCESS |
✅ E2E tests SUCCESS for commit 0ecf213 previously deployed at https://nrn-v2-mst-aptd-at-lcz-sty-c1-p5qtvseio.vercel.app |
✅ Deployment SUCCESS |
✅ E2E tests SUCCESS for commit e2e3fb4 previously deployed at https://nrn-v2-mst-aptd-at-lcz-sty-c1-7wnk643bm.vercel.app |
✅ Deployment SUCCESS |
✅ Deployment SUCCESS |
❌ E2E tests FAILED for commit ade174e previously deployed at https://nrn-v2-mst-aptd-at-lcz-sty-c1-ptna049k5.vercel.app |
❌ E2E tests FAILED for commit ade174e previously deployed at https://nrn-v2-mst-aptd-gcms-lcz-sty-c1-qbwueibms.vercel.app |
✅ Deployment SUCCESS |
❌ E2E tests FAILED for commit ade174e previously deployed at https://nrn-v2-mst-aptd-gcms-lcz-sty-c1-qbwueibms.vercel.app |
@Vadorequest have you added any documentation about when would this |
In the code itself, yes. But I'll probably write a bit more about it in the
general doc soon.
…On Thu, Dec 31, 2020, 22:35 Samuel Castro ***@***.***> wrote:
@Vadorequest <https://github.com/Vadorequest> have you added any
documentation about when would this Authorization be necessary?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#236 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA5BRYTED33MIKJDPSSZ3FTSXTVDJANCNFSM4VORA63A>
.
|
Send an
Authorization
token if such token is defined. This is necessary for private GitHub repositories, but wasn't necessary for NRN because it is public.Also greatly improve monitoring/debugging and error handling of vercel deployments through the dispatch API.