Skip to content

Commit

Permalink
Merge pull request #66 from gliech/deps
Browse files Browse the repository at this point in the history
deps: bump @actions/github from 4.0.0 to 5.0.0
  • Loading branch information
gliech authored Jun 8, 2021
2 parents b6f1e78 + be627f4 commit ff80c5a
Show file tree
Hide file tree
Showing 3 changed files with 6,991 additions and 556 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ async function run() {

const input_pat = core.getInput("pa_token")
const octokit = github.getOctokit(input_pat)
const get_public_key = octokit.actions[`get${secret_target.short_type}PublicKey`]
const upsert_secret = octokit.actions[`createOrUpdate${secret_target.short_type}Secret`]
const get_public_key = octokit.rest.actions[`get${secret_target.short_type}PublicKey`]
const upsert_secret = octokit.rest.actions[`createOrUpdate${secret_target.short_type}Secret`]

let org_arguments = {}
if (secret_target.type == "organization") {
Expand Down
Loading

0 comments on commit ff80c5a

Please sign in to comment.