Add x-amz-content-sha256 header to AskAi stream requests (#2137) #218
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 |