Skip to content

Merge branch '675-scorecards-timeline' #938

Merge branch '675-scorecards-timeline'

Merge branch '675-scorecards-timeline' #938

Workflow file for this run

# If linting checks pass ok, push to the git.mysociety.org mirror
# Note: the git.mysociety.org repo pushes to this repo, and has priority.
# Force pushes will need to be made through other means.
name: Mirror to git.mysociety.org
on:
push:
jobs:
lint:
uses: ./.github/workflows/lint.yml
mirror:
needs: lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: '0'
- name: Push branch to git.mysociety.org
id: push_to_mirror
uses: mysociety/[email protected]
with:
git_ssh_key: ${{ secrets.PUBLICCVS_GIT_KEY }}
ssh_known_hosts: ${{ secrets.GIT_KNOWN_HOSTS }}
tag: ${{ github.ref_name }}
remote: 'ssh://[email protected]/data/git/public/caps.git'