this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at b9caf8761bc9af8615daf326059cd19e2bbf0175 18 lines 410 B view raw
1name: Codeberg Sync 2on: 3 push: 4 branches: 5 - "**" 6 7jobs: 8 codeberg: 9 runs-on: ubuntu-latest 10 steps: 11 - uses: actions/checkout@v4 12 with: 13 fetch-depth: 0 14 - uses: yesolutions/mirror-action@master 15 with: 16 REMOTE: git@codeberg.org:arcuru/cmprss.git 17 GIT_SSH_PRIVATE_KEY: ${{ secrets.GIT_SSH_PRIVATE_KEY }} 18 GIT_SSH_NO_VERIFY_HOST: "true"