feat: add more logs, and fix passing push_access_denied_cloudwatch_me… #62
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'base' | |
on: | |
push: | |
tags: [ v* ] | |
branches: [ main ] | |
pull_request: | |
branches: [ main ] | |
jobs: | |
python-job: | |
uses: fivexl/github-reusable-workflows/.github/workflows/python-job.yml@main | |
with: | |
python-version: "3.10.10" | |
aws-default-region: "eu-central-1" | |
working-directory: "src" | |
terraform-job: | |
uses: fivexl/github-reusable-workflows/.github/workflows/terraform-job.yml@main | |
with: | |
terraform-version: "1.4.4" | |
aws-default-region: "eu-central-1" |