Skip to content

Commit 3eed949

Browse files
committed
fix: update environment variable for acceptance tests to use testing API key
1 parent 8cbf40e commit 3eed949

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/acceptance-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
test:
1010
runs-on: ubuntu-latest
1111
env:
12-
HOOKDECK_API_KEY: ${{ secrets.HOOKDECK_API_KEY }}
12+
HOOKDECK_API_KEY: ${{ secrets.HOOKDECK_CLI_TESTING_API_KEY }}
1313
steps:
1414
- name: Check out code
1515
uses: actions/checkout@v3

0 commit comments

Comments
 (0)