Skip to content

CL-1.83.13-PRE & CL-1.83.13 #67

CL-1.83.13-PRE & CL-1.83.13

CL-1.83.13-PRE & CL-1.83.13 #67

Workflow file for this run

name: Sync to CNB
on:
push:
branches: [ "main" ]
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v4
with:
fetch-depth: '0'
- name: Push
run: |
git remote add cnb https://cnb:${{ secrets.CNB_TOKEN }}@cnb.cool/CollapseLauncher/ReleaseRepo.git
git push cnb main --force