Skip to content

Commit

Permalink
adding config + pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorOKane-Kainos committed Jul 3, 2024
1 parent 3893f35 commit 973b439
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions components/provider.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
provider "github" {
token = var.github_token
owner = "hmcts"
}
# provider "github" {
# token = var.github_token
# owner = "hmcts"
# }

terraform {
required_version = ">= 1.3.6"
Expand Down
10 changes: 5 additions & 5 deletions components/variables.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
variable "github_token" {
description = "GitHub token to use for authentication."
type = string
sensitive = true
}
# variable "github_token" {
# description = "GitHub token to use for authentication."
# type = string
# sensitive = true
# }

# variable "repositories" {
# description = "List of repositories to apply branch protection rules"
Expand Down

0 comments on commit 973b439

Please sign in to comment.