add gitlab backup
This commit is contained in:
parent
651e67fabb
commit
7f17ced5a2
21
.github/workflows/gitlab.yaml
vendored
Normal file
21
.github/workflows/gitlab.yaml
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
name: Mirror and run GitLab CI
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Mirror and run GitLab CI
|
||||
uses: SvanBoxel/gitlab-mirror-and-ci-action@master
|
||||
with:
|
||||
args: "https://gitlab.com/ripytide/range_bounds_map"
|
||||
env:
|
||||
FOLLOW_TAGS: "false"
|
||||
FORCE_PUSH: "false"
|
||||
GITLAB_HOSTNAME: "gitlab.com"
|
||||
GITLAB_USERNAME: "ripytide"
|
||||
GITLAB_PASSWORD: ${{ secrets.GITLAB_PASSWORD }}
|
||||
GITLAB_PROJECT_ID: "44894209"
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
x
Reference in New Issue
Block a user