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
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,18 +19,19 @@ Add a `.gitporc` with the followings:
19
19
"HOOKS": {
20
20
"<projectId>": {
21
21
"IMPORT": "<webhook_url>",
22
+
"SYNC": "<webhook_url>",
22
23
"EXPORT": {
23
24
"fr": "<webhook_url>",
24
25
"en": "<webhook_url>"
25
-
},
26
-
"SYNC": {
27
-
// Not impleted currently
28
26
}
29
27
}
30
28
}
31
29
}
32
30
```
33
31
32
+
The `HOOKS` need to be defined on POEditor, this is due to a change on POEditor's side which prevent us from building the hooks url or creating them automatically through API calls.
33
+
Check [POEditor WebHooks guide](https://poeditor.com/help/how_to_use_the_github_webhook) for more information.
0 commit comments