We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd32b8c commit d26f152Copy full SHA for d26f152
.github/workflows/build.yml
@@ -265,7 +265,7 @@ jobs:
265
266
- name: Build for ${{ matrix.os }}-${{ matrix.arch }}
267
run: |
268
- GOOS=${{ matrix.os }} GOARCH=${{ matrix.arch }} BUGSNAG_API_KEY=${{ secrets.BUGSNAG_API_KEY }} TELEMETRY_ENDPOINT=${{ env.TELEMETRY_ENDPOINT }} TELEMETRY_KEY=${{ secrets.TELEMETRY_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
269
270
- name: Rename the binary to include the version number
271
0 commit comments