Skip to content

Commit

Permalink
Merge pull request #94 from redkubes/jeho/feat/access-to-charts
Browse files Browse the repository at this point in the history
feat: add charts repo to otomi-viewer
  • Loading branch information
srodenhuis authored Dec 13, 2023
2 parents 488047f + 00c7c83 commit 9bd731d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/tasks/gitea/gitea.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,11 +234,11 @@ export default async function main(): Promise<void> {
422,
)

// add repo: otomi/values to the team: otomi-viewer
// add repo: otomi/charts to the team: otomi-viewer
await doApiCall(
errors,
`Adding repo values to team otomi-viewer`,
() => repoApi.repoAddTeam(orgName, 'values', 'otomi-viewer'),
`Adding repo charts to team otomi-viewer`,
() => repoApi.repoAddTeam(orgName, 'charts', 'otomi-viewer'),
422,
)

Expand Down

0 comments on commit 9bd731d

Please sign in to comment.