From ed02af010fcf8f5348df790a2c93164ef1bbec85 Mon Sep 17 00:00:00 2001 From: fumimowdan Date: Tue, 12 Sep 2023 13:11:24 +0100 Subject: [PATCH] Add new govuk notify template id --- .github/workflows/build-and-deploy.yml | 1 + .github/workflows/ci.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index f927133d..7c58ce4e 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -89,6 +89,7 @@ jobs: COMMIT_SHA=${{ env.IMAGE_TAG }} GOVUK_NOTIFY_API_KEY=${{ secrets.GOVUK_NOTIFY_API_KEY }} GOVUK_NOTIFY_APPLICATION_SUBMITTED_TEMPLATE_ID=${{ secrets.GOVUK_NOTIFY_APPLICATION_SUBMITTED_TEMPLATE_ID }} + GOVUK_NOTIFY_MAIL_NOTIFY_TEMPLATE_ID=${{ secrets.GOVUK_NOTIFY_MAIL_NOTIFY_TEMPLATE_ID }} - name: Push ${{ env.DOCKER_IMAGE }} images for review if: ${{ github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'deploy') }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ffb435e9..24d8f5a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,6 +27,7 @@ jobs: DATABASE_URL: 'postgres://rails:password@localhost:5432/rails_test' GOVUK_NOTIFY_API_KEY: ${{ secrets.GOVUK_NOTIFY_API_KEY }} GOVUK_NOTIFY_APPLICATION_SUBMITTED_TEMPLATE_ID: ${{ secrets.GOVUK_NOTIFY_APPLICATION_SUBMITTED_TEMPLATE_ID }} + GOVUK_NOTIFY_MAIL_NOTIFY_TEMPLATE_ID: ${{ secrets.GOVUK_NOTIFY_MAIL_NOTIFY_TEMPLATE_ID }} steps: - name: Checkout code uses: actions/checkout@v4