Skip to content

Commit

Permalink
Remove govuk-design-guide import
Browse files Browse the repository at this point in the history
  • Loading branch information
theseanything committed Oct 2, 2024
1 parent 54b877f commit 5e9280b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions terraform/deployments/github/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,3 @@ resource "github_actions_organization_secret_repositories" "pact_broker_username
secret_name = "GOVUK_PACT_BROKER_USERNAME"
selected_repository_ids = [for repo in local.pact_publishers : repo.repo_id]
}

import {
to = github_repository.govuk_repos["govuk-design-guide"]
id = "govuk-design-guide"
}

0 comments on commit 5e9280b

Please sign in to comment.