From 01105a0950c8202a4339f96c04423ff939e482e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Rib=C3=B3?= Date: Wed, 13 Nov 2024 15:28:33 +0100 Subject: [PATCH] fix: add information for GHRC (#337) Signed-off-by: Francisco Javier Ribo Labrador --- demos/next-sdjwt-workshop/src/steps/Step1.tsx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/demos/next-sdjwt-workshop/src/steps/Step1.tsx b/demos/next-sdjwt-workshop/src/steps/Step1.tsx index bb7bca544..d81a9c966 100644 --- a/demos/next-sdjwt-workshop/src/steps/Step1.tsx +++ b/demos/next-sdjwt-workshop/src/steps/Step1.tsx @@ -54,8 +54,24 @@ export default { - 27017 Mongo DB
- 50053 PRISM node

+

You will also need to setup a GITHUB_TOKEN in your environment by creating a + Github PAT token with read:packages permissions enabled.

+ +

After you created your PAT token you can login to ghrc.io docker registry by running this in your machine:

+ ), + { + language: 'bash', + code: `echo 'YOUR_TOKEN' | docker login ghcr.io -u YOUR_USERNAME --password-stdin`, + }, + () => { + return
+

Once setup you can pull docker images and setup the environments by running this command:

+
+ }, { language: 'bash', code: `docker compose up`,