From 850bbb65ad515805719aaf1dc273cbbdf824bb10 Mon Sep 17 00:00:00 2001 From: Alexey Igrychev Date: Fri, 6 Aug 2021 19:35:29 +0200 Subject: [PATCH] chore(readme): tiny fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 557cf43..2eeb283 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ Any werf option can be defined with environment variables: ### Default container repository -By default, each action performs authorization and generates container repository address in the following format: `ghcr.io/$GITHUB_REPOSITORY/`. +By default, each action performs authorization and generates container repository address using the following pattern: `ghcr.io/$GITHUB_REPOSITORY/`. For cleanup action you need [to create personal access token](https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token) with `read:packages` and `delete:packages` scope. It is recommended [to store the token as a secret](https://help.github.com/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets).