Skip to content

Commit

Permalink
Document update - permission section (#44)
Browse files Browse the repository at this point in the history
* Add permissions section

* Audit fix
  • Loading branch information
HarithaVattikuti authored Jan 16, 2025
1 parent 0f919ea commit 2b67ec3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
7 changes: 4 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2b67ec3

Please sign in to comment.