File size: 393 Bytes
7ab6631
 
 
 
 
 
 
 
 
 
 
 
 
88d741c
8c2cb79
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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