From c52a12791950ad8678f87309bafd2fab10ea072c Mon Sep 17 00:00:00 2001 From: Tim Dittler Date: Fri, 18 Oct 2024 16:14:23 +0200 Subject: [PATCH] Add upwind-client-secret to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ba8dcb3..b89e1bb 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,8 @@ jobs: app-id: ${{ }} # optional: private key of the GitHub App private-key: ${{ }} + # optional: Upwind client secret (our org secret) + upwind-client-secret: ${{ secrets.UPWIND_CLIENT_SECRET }} ```