Skip to content

Commit

Permalink
update to use gha
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-britton-moj committed Feb 26, 2025
1 parent 88cc208 commit 189e90d
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,9 @@ provider "aws" {
GithubTeam = "probation-integration"
}
}
}

provider "github" {

Check warning on line 15 in namespaces/live.cloud-platform.service.justice.gov.uk/hmpps-tier-dev/resources/main.tf

View workflow job for this annotation

GitHub Actions / tflint

Missing version constraint for provider "github" in `required_providers`

Check warning on line 15 in namespaces/live.cloud-platform.service.justice.gov.uk/hmpps-tier-dev/resources/main.tf

View workflow job for this annotation

GitHub Actions / tflint

Missing version constraint for provider "github" in `required_providers`
token = var.github_token
owner = var.github_owner
}

0 comments on commit 189e90d

Please sign in to comment.