Skip to content

Update kotlin monorepo #71

Update kotlin monorepo

Update kotlin monorepo #71

Workflow file for this run

name: Codeberg
on: [ push ]
permissions:
contents: read
concurrency:
group: codeberg-group
jobs:
mirror:
name: Mirror repo
runs-on: ubuntu-latest
if: github.repository == 'junit-team/junit-framework'
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
fetch-depth: 0
fetch-tags: true
persist-credentials: false
- uses: yesolutions/mirror-action@1708f16cdb28634fd3ba10c5c79abc91f5578a14 # v0.7.0
with:
REMOTE: https://codeberg.org/junit-team/junit-framework.git
GIT_USERNAME: junit-builds
GIT_PASSWORD: ${{ secrets.CODEBERG_TOKEN }}