Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added steps to Update distribution list for trade tariff emails #48

Merged
merged 7 commits into from
Jul 18, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions data/repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@
team: "#trade-tariff-write"
sentry_url: "https://sentry.io/engine-le/tariff-dev-hub-frontend"

- repo_name: trade-tariff-search-query-parser
type: APIs
team: "#trade-tariff-write"
sentry_url: "https://sentry.io/engine-le/search-query-parser"

- repo_name: trade-tariff-platform-terraform-modules
type: Infrastructure
team: "#trade-tariff-write"
Expand Down
20 changes: 20 additions & 0 deletions source/manual/update-to-emails.html.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
owner_slack: "#govuk-developers"
HWallenberg marked this conversation as resolved.
Show resolved Hide resolved
title: Update TO_EMAILS (distribution list) for electronic tariff file
section: Deployment
HWallenberg marked this conversation as resolved.
Show resolved Hide resolved
layout: manual_layout
parent: "/manual.html"
important: true
---

## Update TO_EMAILS for electronic tariff file

The **TO_EMAILS** is a distribution list used to send tariff updates to which needs to be changed from time to time.<br><br>**IMPORTANT** It cannot be edited and must be deleted and re-created so before attempting this back up the current distribution list from an email already sent. Then follow these steps<br><br>

1. Go to [https://app.circleci.com/settings/organization/github/trade-tariff/contexts](https://app.circleci.com/settings/organization/github/trade-tariff/contexts)
HWallenberg marked this conversation as resolved.
Show resolved Hide resolved

2. Click on the context electronic-tariff-file

3. remove the Env var TO_EMAILS
HWallenberg marked this conversation as resolved.
Show resolved Hide resolved

4. Click on “Add Environment Variable” and add a variable with the same name “TO_EMAILS” and set the value (the list of emails that will receive the notification for the ETF Changes)
Loading