Skip to content

Commit 9ad8a26

Browse files
fix type in env var name
1 parent 85a4cd5 commit 9ad8a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-changed-samples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
id: run-tests
5252
shell: bash # implies set -o pipefail, so pipe below will keep the exit code from loadtest
5353
env:
54-
FIXED_VERIFIED_PK: ${{ secrets.FIXED_VERIFIED_PK }}
54+
FIXED_VERIFIER_PK: ${{ secrets.FIXED_VERIFIER_PK }}
5555
TEST_AWS_ACCESS_KEY: ${{ secrets.TEST_AWS_ACCESS_KEY }}
5656
TEST_AWS_SECRET_KEY: ${{ secrets.TEST_AWS_SECRET_KEY }}
5757
TEST_BOARD_PASSWORD: ${{ secrets.TEST_BOARD_PASSWORD }}

0 commit comments

Comments
 (0)