Skip to content

Fix Unknown Fields (#78) #11

Fix Unknown Fields (#78)

Fix Unknown Fields (#78) #11

Workflow file for this run

#
# This source file is part of the PAWS application based on the Stanford Spezi Template Application project
#
# SPDX-FileCopyrightText: 2023 Stanford University
#
# SPDX-License-Identifier: MIT
#
name: Production Deployment
on:
workflow_dispatch:
push:
tags:
- "*"
concurrency:
group: production
cancel-in-progress: false
jobs:
deployment:
name: Production Deployment
uses: ./.github/workflows/beta-deployment.yml
permissions:
contents: read
actions: read
security-events: write
secrets: inherit
with:
environment: production