Skip to content

add top donors list #126

add top donors list

add top donors list #126

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 }}