Skip to content

Commit 01c9f07

Browse files
committed
update README.md
1 parent ba9dda1 commit 01c9f07

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,3 +144,20 @@ Please contact us for specific advice, but in outline this generally involves:
144144
## Monitoring and logging
145145

146146
Please see the [monitoring-and-logging.README.md](docs/monitoring-and-logging.README.md) for details.
147+
148+
## CI/CD automation
149+
150+
A GitHub Actions workflow which checks for new upstream version release tags and updates the downstream repo, can be found at:
151+
152+
.github/workflows/upgrade-check.yml.sample
153+
154+
If activated, the workflow is scheduled by default to run every day at 9 AM UTC and can be triggered manually via the `workflow_dispatch` event. How to activate the workflow is detailed at the top of the file.
155+
156+
In order for GitHub actions to fetch workflow changes in `.github/workflows`, a PAT for each deployment must be provided.
157+
158+
The following repository permissions must be set for the PAT:
159+
- `Workflows : Read and write`
160+
- `Actions : Read and write`
161+
- `Pull requests: Read and write`
162+
163+
The PAT should then be copied into a downstream repo secret with the title `WORKFLOW_TOKEN`.

0 commit comments

Comments
 (0)