workflow ses

This commit is contained in:
Jun-te Kim 2025-12-29 12:12:53 +00:00
parent f083b6adab
commit d5ef79950f

View file

@ -2,8 +2,6 @@ name: Terraform SES (mist)
on:
pull_request:
paths:
- "aws_environment/ses-juntekim/**"
push:
branches:
@ -35,6 +33,11 @@ jobs:
with:
terraform_version: ${{ env.TF_VERSION }}
- name: Install AWS CLI
run: |
sudo apt-get update
sudo apt-get install -y awscli
# Optional but recommended once
- name: Verify AWS identity
run: aws sts get-caller-identity