Skip to content

Commit

Permalink
Fix CD error (#1000)
Browse files Browse the repository at this point in the history
due to the CD in master referring to the CI in staging. you will get an error when changing the secrets. I open an issue to fix it permanently.
#999
  • Loading branch information
lodewiges authored Jan 13, 2025
1 parent 8845854 commit 4be8483
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ jobs:
with:
sha: ${{ needs.merge.outputs.sha }}
secrets:
rails_master_key: ${{ secrets.RAILS_MASTER_KEY }}
sentry_auth_token: ${{ secrets.SENTRY_AUTH_TOKEN }}

deploy:
Expand Down

0 comments on commit 4be8483

Please sign in to comment.