App ab5dad379dc17f4cee90d0698577a33a8cb82681 #13
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 |