Skip to content

Merge pull request #3 from eskopp/dependabot/github_actions/eskopp/gi… #242

Merge pull request #3 from eskopp/dependabot/github_actions/eskopp/gi…

Merge pull request #3 from eskopp/dependabot/github_actions/eskopp/gi… #242

Workflow file for this run

name: Mirror GitHub to GitLab
on:
push:
branches:
- main
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Sync GitHub to GitLab
uses: eskopp/github-to-gitlab@v2
with:
git_username: "ZXNrb3Bw"
git_email: "c2tvcHAuZXJpa0BnbWFpbC5jb20="
gitlab_repo: "aHR0cHM6Ly9naXRsYWIuZXJpay1za29wcC5kZS9naXRodWIvYWR2ZW50b2ZjaGVzcy5naXQ="
gitlab_token: ${{ secrets.GITLAB }}
github_token: ${{ secrets.GH_TOKEN }}
base64: "true"