We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 085a764 commit fc1b22aCopy full SHA for fc1b22a
1 file changed
.github/workflows/mirror.yaml
@@ -0,0 +1,27 @@
1
+# SPDX-FileCopyrightText: 2025 OPAL-RT Germany GmbH
2
+# SPDX-License-Identifier: Apache-2.0
3
+
4
+---
5
+name: Mirror to RWTH GitLab
6
7
+on:
8
+ push:
9
+ delete:
10
11
+jobs:
12
+ mirror:
13
+ name: Mirror
14
15
+ runs-on: ubuntu-latest
16
17
+ steps:
18
+ - uses: actions/checkout@v4
19
+ with:
20
+ fetch-depth: 0
21
22
+ - uses: yesolutions/mirror-action@master
23
24
+ REMOTE: https://git.rwth-aachen.de/acs/public/villas/node.git
25
+ GIT_USERNAME: github
26
+ GIT_PASSWORD: ${{ secrets.RWTH_GITLAB_TOKEN }}
27
+ PUSH_ALL_REFS: "false"
0 commit comments