Skip to content

Commit

Permalink
feat: add charts repo to otomi-viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
j-zimnowoda committed Dec 12, 2023
1 parent 488047f commit f9afc99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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'),
() => repoApi.repoAddTeam(orgName, 'charts', 'otomi-viewer'),
422,
)

Expand Down

0 comments on commit f9afc99

Please sign in to comment.