Skip to content

Allow to run workflow manually #17

Allow to run workflow manually

Allow to run workflow manually #17

name: Deploy Infrastructure
on:
push:
branches: [main]
paths:
- 'infrastructure.yml'
- '.github/workflows/infrastructure.yml'
- '.github/workflows/ecr-repository.yml'
workflow_dispatch:
jobs:
upsert-ecr-repository:
uses: ./.github/workflows/ecr-repository.yml
secrets:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_ACCOUNT_ID: ${{ secrets.AWS_ACCOUNT_ID }}