Skip to content

Commit

Permalink
updated naming to contain 'bitwarden' keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Frigo committed Sep 20, 2023
1 parent 56990db commit 5c88627
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions terraform/github/repositories.tf
Original file line number Diff line number Diff line change
Expand Up @@ -911,16 +911,16 @@ locals {
]
}

asdf-secrets-manager = {
description = "asdf-secrets-manager for the asdf version manager"
asdf-bitwarden-secrets-manager = {
description = "asdf-bitwarden-secrets-manager for the asdf version manager"
homepage_url = "https://github.com/asdf-vm/asdf"
default_branch = "main"
topics = [
"asdf-plugin",
"asdf",
]
teams = [
"asdf-secrets-manager",
"asdf-bitwarden-secrets-manager",
"asdf-core",
]
}
Expand Down
4 changes: 2 additions & 2 deletions terraform/github/teams.tf
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,8 @@ locals {
]
}

asdf-secrets-manager = {
description = "The people with push access to the asdf-secrets-manager repository"
asdf-bitwarden-secrets-manager = {
description = "The people with push access to the asdf-bitwarden-secrets-manager repository"
maintainers = [
"FIAV1",
]
Expand Down

0 comments on commit 5c88627

Please sign in to comment.