diff options
author | Valentin Popov <valentin@popov.link> | 2024-07-09 21:25:54 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2024-07-09 21:25:54 +0300 |
commit | 266747bae571a496b0805a6d1070c7fcd29757db (patch) | |
tree | 7ead433d3d634554da8d8c59df3431bd28c2b46d /.github | |
parent | 487f60f4512bbe061091b620712ba3982b0f045f (diff) | |
download | popov.link-266747bae571a496b0805a6d1070c7fcd29757db.tar.xz popov.link-266747bae571a496b0805a6d1070c7fcd29757db.zip |
Added Gitea workflows
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/.gitkeep | 0 | ||||
-rw-r--r-- | .github/workflows/mirror.yml | 17 |
2 files changed, 0 insertions, 17 deletions
diff --git a/.github/workflows/.gitkeep b/.github/workflows/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/.github/workflows/.gitkeep diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml deleted file mode 100644 index ec1bbfe..0000000 --- a/.github/workflows/mirror.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Workflow - -on: [push] - -jobs: - mirror: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - - uses: yesolutions/mirror-action@master - with: - REMOTE: 'https://git.popov.link/valentineus.github.io.git' - GIT_USERNAME: ${{ secrets.GIT_USERNAME }} - GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }} |