ENG-2239: Respect suppressed option telemetry (#20) #29
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: Release | |
| on: | |
| push: | |
| branches: [main] | |
| jobs: | |
| release: | |
| uses: photon-hq/buildspace/.github/workflows/typescript-service-release.yaml@main | |
| permissions: | |
| contents: write | |
| # GitHub validates nested job permissions before evaluating job `if`s. | |
| packages: write | |
| pull-requests: read | |
| with: | |
| service-name: photon-otel | |
| publish-command: "bunx clean-publish --package-manager npm" | |
| secrets: inherit |