diff --git a/.github/workflows/github-action-mirror-sync.yml b/.github/workflows/github-action-mirror-sync.yml index cfd4e9b..3104e9b 100644 --- a/.github/workflows/github-action-mirror-sync.yml +++ b/.github/workflows/github-action-mirror-sync.yml @@ -25,3 +25,22 @@ jobs: bitbucket_workspace_name: the_archival_one bitbucket_access_token: ${{ secrets.BITBUCKET_ACCESS_TOKEN }} + + - name: Sync up to Codeberg + id: codeberg + uses: yesolutions/mirror-action@master + with: + REMOTE: 'https://codeberg.org/thearchivalone/BRS-PSP-Research-Initiative.git' + GIT_USERNAME: thearchivalone + GIT_PASSWORD: ${{ secrets.CODEBERG_PASSWORD }} + + - name: Sync up to Internet Archive + id: ia_sync + uses: qoijjj/internet-archive-upload@v7 + with: + access-key: ${{ secrets.IA_ACCESS_KEY }} + secret-key: ${{ secrets.IA_SECRET_KEY }} + identifier: BRS-Research-Initiative + files: BRS-PSP-Research-Initiative/BRS-PSP-Research-Initiative + +