App 871779371836fa25e29139383fa767a5a204147d #16
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: App All | |
| run-name: App ${{ github.sha }} | |
| on: | |
| workflow_dispatch: | |
| # https://docs.github.com/en/actions/sharing-automations/reusing-workflows | |
| jobs: | |
| stand: | |
| permissions: | |
| contents: read | |
| packages: write | |
| deployments: write | |
| uses: ./.github/workflows/stand-stack.yml | |
| secrets: inherit | |
| client: | |
| uses: ./.github/workflows/client-build.yml | |
| secrets: inherit |