chore(README): add working with container registry section in FAQ (#78)

Signed-off-by: Evgeniy Frolov <evgeniy.frolov@flant.com>
Co-authored-by: Aleksei Igrychev <alexey.igrychev@flant.com>
This commit is contained in:
Evgeniy Frolov
2024-12-06 18:07:53 +03:00
committed by GitHub
parent 41f4b68701
commit 598155cd9d
2 changed files with 36 additions and 2 deletions

View File

@@ -63,6 +63,6 @@ werf:
werf render
werf converge
env:
GITHUB_TOKEN: ${{ github.token }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WERF_ENV: production
```