Skip to content

Commit

Permalink
Backup: Bitbucket Syncing Init
Browse files Browse the repository at this point in the history
  • Loading branch information
thearchivalone committed Nov 21, 2024
1 parent 6e32958 commit 078eb1a
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/github-action-mirror-sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Sync repository to mirrors

on:
push:
tags-ignore:
- '*'
branches:
- '*'

jobs:
sync:
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
id: checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Sync up to Bitbucket
id: bitbucket
uses: quantran-novobi/sync-up-to-bitbucket-action@v1
with:
bitbucket_repository_name: brs-psp-research-initiative
bitbucket_workspace_name: the_archival_one
bitbucket_access_token: ${{ secrets.BITBUCKET_ACCESS_TOKEN }}

0 comments on commit 078eb1a

Please sign in to comment.