Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ITMO-NSS-team
open-source-ops
Commits
af142669
Unverified
Commit
af142669
authored
2 years ago
by
Elizaveta Lutsenko
Committed by
GitHub
2 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Add mirroring to GitLab (#37)
parent
f73e6ca7
master
DRMPN-patch-mirror-badge
HEAD
andreygetmanov-patch-1
fix-gitlab-mirroring
fix0211
git-use-cases
meetup-8
meetup-9
new-badge
new-doc-instructions
nicl-nno-patch-1
stars-fix
stars-wanted
tech_desc
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/mirror_repo_to_gitlab.yml
+12
-0
.github/workflows/mirror_repo_to_gitlab.yml
tutorials/mirror_repo_to_gitlab.md
+1
-1
tutorials/mirror_repo_to_gitlab.md
with
13 additions
and
1 deletion
+13
-1
.github/workflows/mirror_repo_to_gitlab.yml
0 → 100644
View file @
af142669
name
:
Mirror repo to GitLab
on
:
[
push
,
pull_request
,
delete
]
jobs
:
call-nss-ops-mirror-workflow
:
uses
:
ITMO-NSS-team/open-source-ops/.github/workflows/mirror-repo.yml@master
with
:
GITLAB_URL
:
'
https://gitlab.actcognitive.org/itmo-nss-team/open-source-ops.git'
secrets
:
GITLAB_USER
:
${{ secrets.GITLAB_USER }}
GITLAB_PASSWORD
:
${{ secrets.GITLAB_PASSWORD }}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
tutorials/mirror_repo_to_gitlab.md
View file @
af142669
...
...
@@ -41,7 +41,7 @@ on: [push, pull_request, delete]
jobs:
call-nss-ops-mirror-workflow:
uses: ITMO-NSS-team/
NSS-O
ps/.github/workflows/mirror-repo.yml@master
uses: ITMO-NSS-team/
open-source-o
ps/.github/workflows/mirror-repo.yml@master
with:
GITLAB_URL: '<gitlab_repo_web_URL>'
secrets:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help