Skip to content

Commit

Permalink
Fix acceptance tests zone variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan971 committed Feb 28, 2022
1 parent 68b5b2e commit 33e0b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
# Set whatever additional acceptance test env vars here. You can
# optionally use data from your repository secrets using the
# following syntax:
CLOUDNS_TEST_ZONE: ${{ secrets.CLOUDNS_TEST_ZONE }}
CLOUDNS_ACCEPTANCE_TESTS_ZONE: ${{ secrets.CLOUDNS_ACCEPTANCE_TESTS_ZONE }}
CLOUDNS_SUB_AUTH_ID: ${{ secrets.CLOUDNS_SUB_AUTH_ID }}
CLOUDNS_PASSWORD: ${{ secrets.CLOUDNS_PASSWORD }}

Expand Down

0 comments on commit 33e0b5a

Please sign in to comment.