Skip to content

Commit

Permalink
GitHub Actions environments (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschwarzenberger authored Mar 17, 2024
1 parent 3e6f5a6 commit febbf93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ecdsa_default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
terraform_plan_apply:
name: Terraform plan & apply
runs-on: ubuntu-latest
environment: 'ecdsa'
needs:
- terraform_validate
- secret_scan
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rsa_public_crl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
terraform_plan_apply:
name: Terraform plan & apply
runs-on: ubuntu-latest
environment: 'rsa'
needs:
- terraform_validate
- secret_scan
Expand Down

0 comments on commit febbf93

Please sign in to comment.