From 0a555c8d11bc25704a64c75d9d05effc895dd021 Mon Sep 17 00:00:00 2001 From: HarithaVattikuti <73516759+HarithaVattikuti@users.noreply.github.com> Date: Thu, 16 Jan 2025 08:27:22 -0600 Subject: [PATCH] Add permissions section --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 9b69a1f..c702c05 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,15 @@ Read more about action versioning notation in [action-versioning.md](https://git To roll back a release in case of customer impact, start the workflow manually and specify the previous stable tag. +## Recommended permissions + +When using the `publish-action` in your GitHub Actions workflow, it is recommended to set the following permissions to ensure proper functionality: + +```yaml +permissions: + contents: write # access to publish release +``` + ## Conributions We don't accept contributions until the action is ready for production.