Skip to content

Commit 65c56f8

Browse files
committed
Use SANDBOX_API_KEY
1 parent 88e34d0 commit 65c56f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/health_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Run RSpec
2626
env:
27-
PATCH_RUBY_API_KEY: ${{ secrets.SANDBOX_API_KEY }}
27+
SANDBOX_API_KEY: ${{ secrets.SANDBOX_API_KEY }}
2828
run: bundle exec rspec
2929

3030
failure-notification:

0 commit comments

Comments
 (0)