Skip to content

Commit fa2f7ce

Browse files
committed
add GitHub workflow: mirror to GitLab on push to main
1 parent edf7cb7 commit fa2f7ce

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/rust.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Rust
2+
3+
on:
4+
push:
5+
branches:
6+
- 'main'
7+
8+
jobs:
9+
10+
mirror_to_gitlab:
11+
uses: NullNet-ai/appguard-server/.github/workflows/gitlab_mirror.yml@main
12+
secrets:
13+
GITLAB_TOKEN: ${{secrets.GITLAB_TOKEN}}

0 commit comments

Comments
 (0)