From daba7c661be3d5ce6caa697e9b415983b65dd636 Mon Sep 17 00:00:00 2001 From: Nikita Ozhyhin <140492764+ozhyhin-nikita@users.noreply.github.com> Date: Fri, 6 Oct 2023 14:29:54 +0300 Subject: [PATCH] Update README.md Signed-off-by: Nikita Ozhyhin <140492764+ozhyhin-nikita@users.noreply.github.com> --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 74c3faa5..44167785 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,12 @@ ## CI/CD Workflows -### Bootstrap checklist +### Secrets checklist -- [ ] Github Secrets created for `VAULT_TOKEN` and `VAULT_ENDPOINT` (see: https://vault.bndigital.dev) +To ensure that WFs are working properly, add these GH Secrets right after project creation: +- [ ] Secrets for `VAULT_TOKEN` and `VAULT_ENDPOINT` (copy `github-token` and `url` from [https://vault.bndigital.dev](https://vault.bndigital.dev/ui/vault/secrets/infrastructure/show/vault)) +- [ ] Secret for `GH_TOKEN` (copy `github-token` from [https://vault.bndigital.dev](https://vault.bndigital.dev/ui/vault/secrets/accounts/show/github/bn-enginseer)) -### Integration Checklist - -- [ ] Docker Repository created with same name as Github repository (see: https://dcr.bndigital.dev) -- [ ] Postgres Database created with same name as Github repository (see: jdbc:postgresql://bndigital.dev:5432/) ## Documentation & References