feat: ability to disable "Special Use Domain Name" blocking (#1618) #407
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: mirror git repo | |
on: | |
push: | |
branches: | |
- main | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
jobs: | |
mirror: | |
runs-on: ubuntu-latest | |
if: github.repository_owner == '0xERR0R' | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- uses: yesolutions/mirror-action@master | |
with: | |
REMOTE: "https://codeberg.org/0xERR0R/blocky.git" | |
GIT_USERNAME: 0xERR0R | |
GIT_PASSWORD: ${{ secrets.CODEBERG_TOKEN }} |