Skip to content

Commit 350963d

Browse files
authored
Update repo in AWS+GCP workflows (#309)
* update repo in AWS workflow * update GCP workflows
1 parent 1220a91 commit 350963d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/aws_conformance_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ env:
2525

2626
jobs:
2727
aws-conformance-ci:
28-
if: github.repository == 'transparency-dev/static-ct'
28+
if: github.repository == 'transparency-dev/tesseract'
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Configure AWS credentials

deployment/modules/gcp/cloudbuild/conformance/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ resource "google_cloudbuild_trigger" "build_trigger" {
5151

5252
github {
5353
owner = var.github_owner
54-
name = "static-ct"
54+
name = "tesseract"
5555
push {
5656
branch = "^main$"
5757
}

deployment/modules/gcp/cloudbuild/preloader/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ resource "google_cloudbuild_trigger" "preloader_trigger" {
4343
# This is a temporary mechanism to speed up development.
4444
github {
4545
owner = var.github_owner
46-
name = "static-ct"
46+
name = "tesseract"
4747
push {
4848
tag = "^staging-deploy-(.+)$"
4949
}

deployment/modules/gcp/cloudbuild/tesseract/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ resource "google_cloudbuild_trigger" "build_trigger" {
5454
# This is a temporary mechanism to speed up development.
5555
github {
5656
owner = var.github_owner
57-
name = "static-ct"
57+
name = "tesseract"
5858
push {
5959
tag = "^staging-deploy-(.+)$"
6060
}

0 commit comments

Comments
 (0)