Skip to content

Commit

Permalink
mirroring github action
Browse files Browse the repository at this point in the history
  • Loading branch information
marcvanandel committed Dec 11, 2023
1 parent 872f89f commit 66da30c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Mirroring

on: [push, delete]

jobs:
to_gitea:
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: yesolutions/[email protected]
with:
REMOTE: 'ssh://[email protected]:443/dst/dst-secured-sparql-endpoint-mirror.git'
GIT_SSH_PRIVATE_KEY: ${{ secrets.GIT_SSH_PRIVATE_KEY }}
GIT_SSH_KNOWN_HOSTS: ${{ secrets.GIT_SSH_KNOWN_HOSTS }}

0 comments on commit 66da30c

Please sign in to comment.