Skip to content

Commit fef5515

Browse files
committed
chore: update secret key in workflow
1 parent c0ff5f7 commit fef5515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ jobs:
3737

3838
- name: Run test suite
3939
env:
40-
API_KEY: ${{secrets.API_KEY}}
40+
SECRET_KEY: ${{secrets.API_KEY}}
4141
run: composer run-script test

0 commit comments

Comments
 (0)