Skip to content

Commit

Permalink
Create gitlab_mirror.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ExuApplePie authored Dec 2, 2024
1 parent 2c3242f commit cd9703d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/gitlab_mirror.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Mirror and run GitLab CI

on: [push]

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/json_field_processor"
env:
GITLAB_HOSTNAME: "git.drupal.org"
GITLAB_USERNAME: "homura163"
GITLAB_PASSWORD: ${{ secrets.GITLAB_PASSWORD }}
GITLAB_PROJECT_ID: "167498"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit cd9703d

Please sign in to comment.