Skip to content

Commit aab2ca6

Browse files
authored
chore(ci): disable telemetry for acceptance tests in GitHub Actions (#270)
Added the environment variable HOOKDECK_CLI_TELEMETRY_DISABLED set to "1" in the acceptance test workflow configuration to prevent telemetry data collection during test runs.
1 parent 8b0055b commit aab2ca6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test-acceptance.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
env:
2626
ACCEPTANCE_SLICE: ${{ matrix.slice }}
2727
HOOKDECK_CLI_TESTING_API_KEY: ${{ secrets[matrix.api_key_secret] }}
28+
HOOKDECK_CLI_TELEMETRY_DISABLED: "1"
2829
steps:
2930
- name: Check out code
3031
uses: actions/checkout@v3

0 commit comments

Comments
 (0)