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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,3 +35,7 @@ Be sure to define the `GITLAB_PASSWORD` secret in `https://github.com/<namespace
35
35
Before setup a token to use as `GITLAB_PASSWORD` here https://gitlab.com/profile/personal_access_tokens
36
36
The token must have `read_api`, `read_repository` & `write_repository` permissions in GitLab.
37
37
For granular permissions create seperate users and tokens in GitLab with restricted access.
38
+
39
+
## Force push
40
+
41
+
If you're rewriting history in the primary repo (e.g by using `git rebase`), you'll need to force push. Set the FORCE_PUSH environment variable to `true` to enable this. This will overwrite history in teh mirror as well, so be careful with this (just like any time you're using `git push --force`).
0 commit comments