Skip to content

Commit

Permalink
chore: add todo for later refactor
Browse files Browse the repository at this point in the history
Signed-off-by: blam <ben@blam.sh>
  • Loading branch information
benjdlambert committed Mar 31, 2021
1 parent 164cc4c commit 77893b6
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -102,6 +102,8 @@ export function createPublishGithubAction(options: {
);
}

// TODO(blam): Consider changing this API to have owner, repo interface instead of URL as the it's
// needless to create URL and then parse again the other side.
const { token } = await credentialsProvider.getCredentials({
url: `https://${host}/${encodeURIComponent(owner)}/${encodeURIComponent(
repo,
Expand Down

0 comments on commit 77893b6

Please sign in to comment.