Skip to content

Commit f9b85a4

Browse files
update secret key variable
1 parent 64ae7b3 commit f9b85a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/change-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: run unit tests and coverage scan
2929
env:
3030
PUBLIC_KEY: ${{ secrets.PUBLIC_KEY }}
31-
RAVE_SECRET_KEY: ${{ secrets.SECRET_KEY }}
31+
SECRET_KEY: ${{ secrets.SECRET_KEY }}
3232
run: |
3333
pip install coverage
3434
coverage run test.py

0 commit comments

Comments
 (0)