chore: minor fixes to ci

This commit is contained in:
2025-11-07 16:52:16 -03:00
parent 2f124b4f14
commit 0e9938cc6f

View File

@@ -4,9 +4,6 @@ on:
push: push:
branches: [ "main" ] branches: [ "main" ]
permissions:
contents: read
jobs: jobs:
terraform: terraform:
name: 'Terraform' name: 'Terraform'
@@ -14,10 +11,8 @@ jobs:
env: env:
TF_WORKSPACE: 'prod' TF_WORKSPACE: 'prod'
# Use the Bash shell regardless whether the GitHub Actions runner is ubuntu-latest, macos-latest, or windows-latest permissions:
defaults: contents: read
run:
shell: bash
steps: steps:
# Checkout the repository to the GitHub Actions runner # Checkout the repository to the GitHub Actions runner