Move github actions over from docs-assembler to docs-builder (#2163) #234
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: "Deploy API Lambda (edge)" | |
| on: | |
| push: | |
| branches: | |
| - main | |
| permissions: | |
| contents: read | |
| jobs: | |
| deploy: | |
| uses: ./.github/workflows/deploy-api-lambda.yml | |
| permissions: | |
| id-token: write | |
| contents: read | |
| with: | |
| environment: edge |