Add Notify API key to forms runner queue worker#1998
Merged
theseanything merged 1 commit intomainfrom Feb 24, 2026
Merged
Conversation
This is allows us to send the confirmation email as an async job.
a495c8b to
223ed79
Compare
There was a problem hiding this comment.
Pull request overview
This PR adds the GOV.UK Notify API key configuration to the forms-runner queue worker, enabling it to send confirmation emails as async jobs. This addresses an oversight from PR #1896 where the async email functionality was added but the required API key configuration for the queue worker was not included.
Changes:
- Added SETTINGS__GOVUK_NOTIFY__API_KEY secret to the queue worker container definition
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
stephencdaly
approved these changes
Feb 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is allows us to send the confirmation email as an async job.
Forgot to do this before I merged this change alphagov/forms-runner#1896.