We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d26f152 commit 7039eb6Copy full SHA for 7039eb6
.github/workflows/build.yml
@@ -181,7 +181,7 @@ jobs:
181
182
- name: Build for ${{ matrix.os }}-${{ matrix.arch }}
183
run: |
184
- GOOS=${{ matrix.os }} GOARCH=${{ matrix.arch }} BUGSNAG_API_KEY=${{ secrets.BUGSNAG_API_KEY }} make build
+ GOOS=${{ matrix.os }} GOARCH=${{ matrix.arch }} BUGSNAG_API_KEY=${{ secrets.BUGSNAG_API_KEY }} TELEMETRY_ENDPOINT=${{ vars.TELEMETRY_ENDPOINT }} TELEMETRY_KEY=${{ secrets.TELEMETRY_KEY }} make build
185
186
- uses: actions/upload-artifact@v4
187
with:
0 commit comments