Skip to content

Commit

Permalink
[gh action] add mirror to codeberg
Browse files Browse the repository at this point in the history
  • Loading branch information
edigonzales committed Dec 13, 2024
1 parent 67f8a61 commit 099c5a7
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: mirror

on:
push:

jobs:
build:

runs-on: ubuntu-latest

permissions:
contents: read
packages: write

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Mirror commits to Codeberg
uses: spyoungtech/[email protected]
with:
REMOTE: "https://codeberg.org/sogis/gretl.git"
GIT_USERNAME: ${{ secrets.CODEBERG_USER }}
GIT_PASSWORD: ${{ secrets.CODEBERG_PASSWORD }}

0 comments on commit 099c5a7

Please sign in to comment.