removing mirror workflow
This commit is contained in:
parent
2e6b63ea33
commit
37a233a863
1 changed files with 0 additions and 19 deletions
|
|
@ -1,19 +0,0 @@
|
|||
# Sync repo to the Codeberg mirror
|
||||
name: Repo sync GitHub -> Codeberg
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '**'
|
||||
|
||||
jobs:
|
||||
codeberg:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: spyoungtech/mirror-action@v0.5.1
|
||||
with:
|
||||
REMOTE: "https://codeberg.org/UserPFP/UserPFP"
|
||||
GIT_USERNAME: GithubMirroring
|
||||
GIT_PASSWORD: ${{ secrets.CODEBERGMIRROR }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue