Skip to content

Commit

Permalink
moar fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
thypon committed Jun 14, 2024
1 parent 7bb84a7 commit 7e27c19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/updateRuntimeProperty.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ export default async function updateRuntimeProperty ({
for (const repo of repositories) {
if (debug) { console.log('updating runtime property') }
if (core) {
//core.setSecret(repo.org)
//core.setSecret(repo.name)
core.setSecret(repo.org)
core.setSecret(repo.name)
}

await github.request('PATCH /orgs/{org}/properties/values', {
Expand Down

0 comments on commit 7e27c19

Please sign in to comment.