Skip to content

Commit 7039eb6

Browse files
committed
Fix the telemetry in the the upload job
Signed-off-by: Remy Suen <[email protected]>
1 parent d26f152 commit 7039eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181

182182
- name: Build for ${{ matrix.os }}-${{ matrix.arch }}
183183
run: |
184-
GOOS=${{ matrix.os }} GOARCH=${{ matrix.arch }} BUGSNAG_API_KEY=${{ secrets.BUGSNAG_API_KEY }} make build
184+
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
185185
186186
- uses: actions/upload-artifact@v4
187187
with:

0 commit comments

Comments
 (0)