diff --git a/config/config.jsn b/config/config.jsn index 6c2dff21e..336ba3a7c 100644 --- a/config/config.jsn +++ b/config/config.jsn @@ -20,6 +20,11 @@ "IssuerURL": "https://token.actions.githubusercontent.com", "ClientID": "sigstore", "Type": "github-workflow" + }, + "https://api.gitpod.io/idp": { + "IssuerURL": "https://api.gitpod.io/idp", + "ClientID": "sigstore", + "Type": "email" } } }