Skip to content

Update gitlab_mirror.yml #8

Update gitlab_mirror.yml

Update gitlab_mirror.yml #8

Workflow file for this run

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: "project_167498_bot_aae851435d47afbb6d8f78c6bf33a629"
GITLAB_PASSWORD: ${{ secrets.GITLAB_PASSWORD }}
GITLAB_PROJECT_ID: "167498"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}