Skip to content

added a wf to sync with the public repo #16

added a wf to sync with the public repo

added a wf to sync with the public repo #16

Workflow file for this run

# SPDX-FileCopyrightText: Intel Corporation
#
# SPDX-License-Identifier: BSD-3-Clause
name: "Sync repos"
on:
push:
branches:
- mirror
jobs:
checks:
runs-on: borealis
steps:
- run: |
git rm -r --cached .
- uses: actions/checkout@v4
with:
token: ${{secrets.PUBLIC_PAT}}
- run: |
git remote set-url origin https://${{secrets.USR}}:${{secrets.PUBLIC_PAT}}@github.com/haichangsi/distributed-ranges.git
git push -f origin HEAD:mirror