Skip to content

Commit 73af0ba

Browse files
authored
workflows: set up mirror to GitLab (#173)
see https://gitlab.com/markus-wa/demoinfocs-golang
1 parent b56361b commit 73af0ba

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/mirror.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Mirror
2+
on: [push]
3+
4+
jobs:
5+
build:
6+
name: Mirror to GitLab
7+
runs-on: ubuntu-latest
8+
steps:
9+
- name: Mirror to GitLab
10+
uses: wearerequired/[email protected]
11+
env:
12+
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
13+
with:
14+
source-repo: '[email protected]:markus-wa/demoinfocs-golang.git'
15+
destination-repo: '[email protected]:markus-wa/demoinfocs-golang.git'

0 commit comments

Comments
 (0)