Skip to content

Commit

Permalink
docs: Add note about db syncing to add-team-secret doc (#3844)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamdelion authored Oct 24, 2024
1 parent 8d1f5fe commit 9b4390d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/how-to/how-to-add-a-team-secret.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ This guide will demonstrate how to -
2. In the `team_integrations` table, find the row for the relevant team and paste the encrypted secret into the correct field (e.g. `production_govpay_secret`).
3. Press save!

Note: If updating a `staging` secret, you can manually kick off the `sync-staging-db` [GitHub action](https://github.com/theopensystemslab/planx-new/actions/workflows/sync-staging-db.yml) outside of its nightly run, to ensure the secret is available on the staging environment sooner.

### Test

You should now prompt the team representative (e.g. council officer) to test that the secret has been successfully updated, e.g. test a flow with GovPay.

0 comments on commit 9b4390d

Please sign in to comment.