Skip to content

Add env vars to GitLab CI file #24

Add env vars to GitLab CI file

Add env vars to GitLab CI file #24

Workflow file for this run

name: Repo Sync
on:
- push
- delete
jobs:
sync:
runs-on: ubuntu-latest
name: Sync GitLab Repo
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: wangchucheng/[email protected]
with:
target-url: https://git.archive.org/wb/web_collection_search.git
target-username: sawood
target-token: ${{ secrets.GITLAB_TOKEN }}