Skip to content

Deploy Release Candidate - Staging #25

Deploy Release Candidate - Staging

Deploy Release Candidate - Staging #25

name: "Deploy Release Candidate - Staging"
on:
workflow_dispatch:
push:
tags:
- '*'
jobs:
staging:
uses: ./.github/workflows/remote-cd-trigger-template.yml
with:
WORKFLOW: function-app-rc-matrix.yml
REF: ${{ github.ref }} # Resolves to the tag that is pushed
secrets: inherit