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