Skip to content

Commit

Permalink
fix: 🚑 double encoding app repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudTA committed May 23, 2023
1 parent b3eded1 commit fac2755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/server/src/plugins/core/argo/repo-secret.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const getSecretObject = ({ repo, project, organization }) => {
},
},
stringData: {
url: Buffer.from(repo.url).toString('base64'),
url: repo.url,
},
}
}

0 comments on commit fac2755

Please sign in to comment.