Clean up OTel instrumentation for AskAi (#2144) #238
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 |