File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments