Create main.yml

This commit is contained in:
Nikodem Skotarczak
2024-05-03 23:43:52 +02:00
committed by GitHub
parent 67f366ce32
commit 45b5c5bc52

11
.github/workflows/main.yml vendored Normal file
View File

@@ -0,0 +1,11 @@
on: [push]
...
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master
with:
REMOTE: 'https://codeberg.org/Purplebored/My-Personal-Website.git'
GIT_USERNAME: purplebored
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}