fix(local): accept TF_VAR_-prefixed B2 keys, optional GITHUB_PAT #88
Loading…
Reference in a new issue
No description provided.
Delete branch "fix-just-rebuild-env"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Follow-up fix to the
just rebuildrecipe (#87): the local.envrcexports the B2 credentials asTF_VAR_B2_S3_ACCESS_KEY/TF_VAR_B2_S3_SECRET_KEY(and has noGITHUB_PAT), but the recipe required the plainB2_S3_ACCESS_KEY/B2_S3_SECRET_KEYnames and always passed agithub_patsecret.TF_VAR_-prefixed B2 names (falling back to the plain names if set directly).github_patbuildx secret only whenGITHUB_PATis set, so the build works without it.