App 4d72218354dbec5049ef66f5b6ecb17e7cb20d43 #18
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 |