Skip to content

Support using permissions boundary #7

Support using permissions boundary

Support using permissions boundary #7

Workflow file for this run

name: CICD
on:
push:
branches:
- main
release:
types:
- created
jobs:
deploy-dev:
name: πŸš€ Deploy to dev environment
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
uses: ./.github/workflows/deploy.yaml
with:
environment: dev
deploy-prod:
name: πŸš€ Deploy to prod environment
if: github.event_name == 'release'
uses: ./.github/workflows/deploy.yaml
with:
environment: prod