mirror of
https://github.com/actions/publish-action.git
synced 2025-06-23 11:27:58 +02:00
Add permissions section
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user