Skip to content

update webrtc (#819) #63

update webrtc (#819)

update webrtc (#819) #63

Workflow file for this run

name: Update Codeberg mirror
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master
with:
REMOTE: 'https://codeberg.org/${{ github.repository }}.git'
REMOTE_NAME: 'codeberg'
GIT_USERNAME: ${{ github.actor }}
GIT_PASSWORD: ${{ secrets.CODEBERG_TOKEN }}
- uses: yesolutions/mirror-action@master
with:
REMOTE: 'https://gitlab.com/${{ github.repository }}.git'
REMOTE_NAME: 'gitlab'
GIT_USERNAME: ${{ github.actor }}
GIT_PASSWORD: ${{ secrets.GITLAB_TOKEN }}