diff --git a/kubernetes/console-setup.md b/kubernetes/console-setup.md index b0db375..abd2492 100644 --- a/kubernetes/console-setup.md +++ b/kubernetes/console-setup.md @@ -26,6 +26,7 @@ gh repo view --web ## Setup * Open `Actions` and click the `I understand my workflows, go ahead and enable them` button. +* Open `Settings` > `Secrets and variables` > `Actions` and add `Repository secrets` named `PORT_CLIENT_ID` and `PORT_CLIENT_SECRET`. You can get those values from the Port UI. * Make sure that Docker is up-and-running. We'll use it to create a KinD cluster.