gplazma: fix broken commit d74d9568167f4 #703
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Mirror and run GitLab CI | |
on: [push] | |
jobs: | |
to_gitlab: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- name: Mirror + trigger CI | |
uses: SvanBoxel/[email protected] | |
with: | |
args: "https://gitlab.desy.de/dcache/dcache" | |
env: | |
FOLLOW_TAGS: "true" | |
FORCE_PUSH: "false" | |
GITLAB_HOSTNAME: "gitlab.desy.de" | |
GITLAB_USERNAME: "dcache" | |
GITLAB_PASSWORD: ${{ secrets.GITLAB_PASSWORD }} | |
GITLAB_PROJECT_ID: "21" | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |