Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Ozhyhin <[email protected]>
  • Loading branch information
ozhyhin-nikita authored Oct 6, 2023
1 parent a3ba2ab commit daba7c6
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit daba7c6

Please sign in to comment.