Skip to content

Commit 85adb54

Browse files
authored
Merge pull request #21 from patch-technology/lovisa/update-healthcheck-workflow
Use SANDBOX_API_KEY
2 parents 88e34d0 + 65c56f8 commit 85adb54

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)