Skip to content

release-published

release-published #32

name: CI - Windows Release
on:
workflow_dispatch:
repository_dispatch:
types: [release-published]
permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout
jobs:
call_workflow:
uses: febiosoftware/febio-workflows/.github/workflows/windows-release.yml@develop
with:
aws-ami-id: ${{ vars.WINDOWS_AMI }}
secrets: inherit