Skip to content

Commit

Permalink
Fix typo in DB refresh action
Browse files Browse the repository at this point in the history
This was copied from NPQ.
  • Loading branch information
ethax-ross committed Oct 18, 2024
1 parent 2b88aaa commit 5b2b7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/refresh_migration_database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ jobs:
- name: Generate known keys
shell: bash
run: |
kubectl -n cpd-production exec -ti --tty deployment/npq-registration-migration-web -- /bin/sh -c "cd /app && bundle exec rails runner \"PaperTrail.request.whodunnit = %{CI}; Migration::ParityCheck::TokenProvider.new.generate!\""
kubectl -n cpd-production exec -ti --tty deployment/cpd-ecf-migration-web -- /bin/sh -c "cd /app && bundle exec rails runner \"PaperTrail.request.whodunnit = %{CI}; Migration::ParityCheck::TokenProvider.new.generate!\""

0 comments on commit 5b2b7f1

Please sign in to comment.