htr_demo / .github /workflows /sync_to_riksarkivet_repo.yml
Gabriel's picture
correct yml
88d741c
raw
history blame
393 Bytes
name: Sync to Riksarkivet repo
on: workflow_dispatch
jobs:
sync-to-hub:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
lfs: true
- name: Push to riksarkivet
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: git push --force https://Riksarkivet:$GH_TOKEN@github.com/Riksarkivet/HTRFLOW main