mirror of
https://github.com/DeterminateSystems/magic-nix-cache-action.git
synced 2024-12-26 09:20:35 +01:00
fixup: regenerate bundle
This commit is contained in:
parent
ead5afc337
commit
94e40c4223
1 changed files with 1 additions and 0 deletions
1
dist/index.js
generated
vendored
1
dist/index.js
generated
vendored
|
@ -12296,6 +12296,7 @@ async function flakehub_login(netrc) {
|
||||||
await fs$2.writeFile(netrc, [
|
await fs$2.writeFile(netrc, [
|
||||||
`machine api.flakehub.com login flakehub password ${jwt}`,
|
`machine api.flakehub.com login flakehub password ${jwt}`,
|
||||||
`machine flakehub.com login flakehub password ${jwt}`,
|
`machine flakehub.com login flakehub password ${jwt}`,
|
||||||
|
`machine cache.flakehub.com login flakehub password ${jwt}`,
|
||||||
].join("\n"));
|
].join("\n"));
|
||||||
coreExports.info("Logged in to FlakeHub.");
|
coreExports.info("Logged in to FlakeHub.");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue