Files
codeql-action/node_modules/@octokit/auth-unauthenticated/dist-src/auth.js
2025-02-19 11:13:12 -08:00

10 lines
107 B
JavaScript

async function auth(reason) {
return {
type: "unauthenticated",
reason
};
}
export {
auth
};