Switch to pullfrog.com

This commit is contained in:
Colin McDonnell
2025-12-04 16:40:10 -08:00
parent e5a83284df
commit 59f85a9003
8 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ async function acquireTokenViaOIDC(): Promise<string> {
const oidcToken = await core.getIDToken("pullfrog-api");
log.info("OIDC token generated successfully");
const apiUrl = process.env.API_URL || "https://pullfrog.ai";
const apiUrl = process.env.API_URL || "https://pullfrog.com";
log.info("Exchanging OIDC token for installation token...");