Skip to content

Commit

Permalink
fix: 🐛 public api
Browse files Browse the repository at this point in the history
  • Loading branch information
bubkoo committed Sep 25, 2020
1 parent 2fec726 commit e6cf021
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,8 @@ export namespace Util {

// Get publick key
const ret = await oct.request(
'GET /:base/:repo/actions/secrets/public-key',
{
base: repo.owner,
repo: repo.repo,
},
'GET /repos/:owner/:repo/actions/secrets/public-key',
repo,
)

core.info(`Ret: ${JSON.stringify(ret, null, 2)}`)
Expand Down

0 comments on commit e6cf021

Please sign in to comment.