Skip to content

Commit

Permalink
Push to gitlab.
Browse files Browse the repository at this point in the history
  • Loading branch information
rosiel committed Jul 26, 2023
1 parent 21761dd commit ac32b6a
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/gitlab-mirror.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Mirror and run GitLab CI

on:
push:
branches:
- 2.x
- 3.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/jsonld"
env:
FOLLOW_TAGS: "true"
FORCE_PUSH: "false"
GITLAB_HOSTNAME: "git.drupal.org"
GITLAB_USERNAME: "project_12297_bot"
GITLAB_PASSWORD: ${{ secrets.GITLAB_PASSWORD }}
GITLAB_PROJECT_ID: "12297"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ac32b6a

Please sign in to comment.