fix: updating a large amount of cli code for canary #82
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: Build | |
| on: | |
| push: | |
| pull_request: | |
| branches: | |
| - main | |
| permissions: | |
| contents: write | |
| deployments: write | |
| packages: write | |
| pages: write | |
| jobs: | |
| build: | |
| uses: devnw/workflows/.github/workflows/make-ci.yml@main | |
| secrets: inherit # pragma: allowlist secret |