Merge pull request #70 from HideyoshiSolutions/chore/adds-infra-repo-to-kubeconfig-secret
chore: minor fixes to ci
This commit is contained in:
9
.github/workflows/terraform.yml
vendored
9
.github/workflows/terraform.yml
vendored
@@ -4,9 +4,6 @@ on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
terraform:
|
||||
name: 'Terraform'
|
||||
@@ -14,10 +11,8 @@ jobs:
|
||||
env:
|
||||
TF_WORKSPACE: 'prod'
|
||||
|
||||
# Use the Bash shell regardless whether the GitHub Actions runner is ubuntu-latest, macos-latest, or windows-latest
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
steps:
|
||||
# Checkout the repository to the GitHub Actions runner
|
||||
|
||||
Reference in New Issue
Block a user