You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-5Lines changed: 13 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,13 @@ gitGraph
66
66
67
67
### Steps
68
68
69
+
#### Pipeline prerequisites
70
+
-**Unity license activation**: Request a personal license and generate the `UNITY_LICENSE` file following the [GameCI activation guide](https://game.ci/docs/github/activation).
71
+
-**GitHub secrets**: Create the following repository secrets so the workflow can authenticate with Unity and GitHub:
72
+
-`PAT`: Personal access token with `repo` scope to allow pushing to the deployment branch.
73
+
-`UNITY_LICENSE`, `UNITY_EMAIL`, `UNITY_PASSWORD`: Credentials required by the Unity Builder action.
74
+
-`GH_EMAIL`, `GH_USERNAME`: Identity used when the workflow commits deployment changes.
75
+
69
76
#### Adding necessary files to the repo
70
77
1. Create a .github folder
71
78
2. Create a workflows folder inside of the recently created .github folder
@@ -78,11 +85,12 @@ gitGraph
78
85
#### Acquire the activation file
79
86
Execute the Acquire Activation File job included in the activation.yml file manually from the Actions tab and [GameCI Documentation](https://game.ci/docs/github/activation).
- BUILD_PATH: Were the build will be created. This folder should not be included in the .gitignore file.
84
-
- ARTIFACT_NAME: The output zip file name.
85
-
- DEPLOYMENT_BRANCH: The source branch for Github Pages.
88
+
#### Configure pipeline variables
89
+
Define the following repository variables from **Settings → Secrets and variables → Actions → Variables** so the workflow can locate build outputs and target branch information:
0 commit comments