v3.3.4 🌈 #18
Workflow file for this run
This file contains hidden or 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: 🌞 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 |