Skip to content

Push to GitHub

Push to GitHub #1

Workflow file for this run

name: Push to GitHub
on:
workflow_dispatch:
jobs:
push_to_gh:
name: Push to GitHub
runs-on: ubuntu-latest
steps:
- name: Clone from Codeberg
run: git clone https://codeberg.org/quizfreely/realtime-server.git
- name: Push to GitHub
run: |
cd realtime-server
git push https://ehanahamed:${{ secrets.GH_TOKEN }}@github.com/quizfreely/realtime-server.git --all