We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85a4cd5 commit 9ad8a26Copy full SHA for 9ad8a26
.github/workflows/deploy-changed-samples.yml
@@ -51,7 +51,7 @@ jobs:
51
id: run-tests
52
shell: bash # implies set -o pipefail, so pipe below will keep the exit code from loadtest
53
env:
54
- FIXED_VERIFIED_PK: ${{ secrets.FIXED_VERIFIED_PK }}
+ FIXED_VERIFIER_PK: ${{ secrets.FIXED_VERIFIER_PK }}
55
TEST_AWS_ACCESS_KEY: ${{ secrets.TEST_AWS_ACCESS_KEY }}
56
TEST_AWS_SECRET_KEY: ${{ secrets.TEST_AWS_SECRET_KEY }}
57
TEST_BOARD_PASSWORD: ${{ secrets.TEST_BOARD_PASSWORD }}
0 commit comments