Skip to content

Commit

Permalink
Backup: Codeberg + Archive.org Init
Browse files Browse the repository at this point in the history
  • Loading branch information
thearchivalone committed Nov 21, 2024
1 parent 078eb1a commit 24f1f45
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/github-action-mirror-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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


0 comments on commit 24f1f45

Please sign in to comment.