Skip to content

v3.3.4 🌈

v3.3.4 🌈 #18

Workflow file for this run

name: 🌞 Deploy
on:
workflow_dispatch:
release:
types: [published]
defaults:
run:
shell: bash
jobs:
prod:
# A rule protection has been set on this environment
# so that it only triggers when ran on main branch
# See https://github.com/incubateur-ademe/quefairedemesobjets/settings/environments/4163451271/edit
name: 🔴 Prod
uses: ./.github/workflows/_cd-by-environment.yml
secrets: inherit # pragma: allowlist secret`
with:
environment: prod
# Address actions/missing-workflow-permissions rule in
# code scanning alerts
permissions:
contents: read