Skip to content

Commit

Permalink
fix: github provisioning
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Dec 11, 2023
1 parent f9f97a5 commit 2f36466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/playbooks/github.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ module.exports = async () => {
environmentName,
repoId,
value: Buffer.from(
JSON.stringify(projectKubeconfigs),
JSON.stringify(projectKubeconfigs[envName]),
"utf-8",
).toString("base64"),
valueLastModifiedDate: kubeconfigsLastCreationDate,
Expand Down

0 comments on commit 2f36466

Please sign in to comment.