Skip to content

Merge pull request #86 from pingpad-io/dependabot/npm_and_yarn/multi-… #123

Merge pull request #86 from pingpad-io/dependabot/npm_and_yarn/multi-…

Merge pull request #86 from pingpad-io/dependabot/npm_and_yarn/multi-… #123

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://gitlab.com/kualta/ping"
env:
FORCE_PUSH: "true"
FOLLOW_TAGS: "false"
GITLAB_USERNAME: "kualta"
GITLAB_HOSTNAME: "gitlab.com"
GITLAB_PROJECT_ID: "59342522"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITLAB_PASSWORD: ${{ secrets.GITLAB_PASSWORD }}