Skip to content

releasing 10.1.22 10.2.20 11.0.9 11.1.4 9.2.44 #28

releasing 10.1.22 10.2.20 11.0.9 11.1.4 9.2.44

releasing 10.1.22 10.2.20 11.0.9 11.1.4 9.2.44 #28

Workflow file for this run

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/release-notes"
env:
FOLLOW_TAGS: "true"
FORCE_PUSH: "false"
GITLAB_HOSTNAME: "gitlab.desy.de"
GITLAB_USERNAME: "dcache"
GITLAB_PASSWORD: ${{ secrets.GITLAB_PASSWORD }}
GITLAB_PROJECT_ID: "17733"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
POLL_TIMEOUT: 60