Enable mirroring to drupal gitlab.
This commit is contained in:
parent
fe6bfe51d1
commit
9492b7bb58
1 changed files with 24 additions and 0 deletions
24
.github/gitlab-mirror.yml
vendored
Normal file
24
.github/gitlab-mirror.yml
vendored
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
name: Mirror to Drupal.org GitLab
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- 2.x
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
|
- name: Mirror + trigger CI
|
||||||
|
uses: SvanBoxel/gitlab-mirror-and-ci-action@master
|
||||||
|
with:
|
||||||
|
args: "https://git.drupalcode.org/project/advanced_search"
|
||||||
|
env:
|
||||||
|
FOLLOW_TAGS: "true"
|
||||||
|
FORCE_PUSH: "false"
|
||||||
|
GITLAB_HOSTNAME: "git.drupal.org"
|
||||||
|
GITLAB_USERNAME: "project_116926_bot"
|
||||||
|
GITLAB_PASSWORD: ${{ secrets.GITLAB_PASSWORD }}
|
||||||
|
GITLAB_PROJECT_ID: "116926"
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue