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 }} ```