Skip to content

Commit 8cdb66d

Browse files
authored
Merge pull request #1 from NoTaskStudios/release/v1
docs: Add permissions section to run action
2 parents 92ad5ae + 4922bde commit 8cdb66d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ Upmizer automates the process of preparing Unity packages for distribution via t
2222
| `samples_root` | Path to your samples directory | No | `Samples` |
2323
| `github_token` | GitHub authentication token with repo permissions | Yes | - |
2424

25+
## Permissions
26+
27+
The action requires the following permissions to function correctly:
28+
29+
- `contents: write` - To create and push the UPM branch
30+
2531
## Usage
2632

2733
```yaml
@@ -34,7 +40,6 @@ Upmizer automates the process of preparing Unity packages for distribution via t
3440
# Required, path to your package's root directory
3541
package_root: "Assets/MyPackage"
3642

37-
3843
# Default: Samples
3944
samples_root: "Assets/MyPackage/Samples"
4045

0 commit comments

Comments
 (0)