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
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,6 +112,37 @@ The repository includes a GitHub workflow (`sync-cmp-dirs.yml`) that:
112
112
- Creates pull requests for review when changes are detected
113
113
- Includes detailed change logs in PR description
114
114
115
+
#### Required Workflow Permissions Setup
116
+
1. Go to your repository's **Settings**
117
+
2. Navigate to **Actions** > **General** in the left sidebar
118
+
3. Scroll down to **Workflow permissions**
119
+
4. Enable the following permissions:
120
+
- ✅ Select "**Read and write permissions**"
121
+
- ✅ Check "**Allow GitHub Actions to create and approve pull requests**"
122
+
5. Click "**Save**" to apply the changes
123
+
124
+
Without these permissions, the sync workflow won't be able to create pull requests automatically. for more information, see [GitHub Docs](https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/controlling-permissions-for-github_token).
125
+
126
+
To enable the permissions, navigate to repository `settings --> Actions --> General --> Workflow Permissions and enable the required permissions`.
0 commit comments