Skip to content

Commit

Permalink
fix: use honeybadger env var
Browse files Browse the repository at this point in the history
  • Loading branch information
eteubert committed Nov 8, 2024
1 parent 6e83db2 commit 0fb7971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
host: services.podlove.org
username: root
key: ${{ secrets.PRODUCTION_SSH_KEY }}
envs: SHA,VITE_BUILD
envs: SHA,VITE_BUILD,HONEYBADGER_API_KEY
script: |
cd app
git fetch
Expand Down

0 comments on commit 0fb7971

Please sign in to comment.