Skip to content

build(deps): bump next from 14.2.5 to 14.2.10 #27

build(deps): bump next from 14.2.5 to 14.2.10

build(deps): bump next from 14.2.5 to 14.2.10 #27

name: Push to private deploy repository
on:
push:
branches:
- '**'
jobs:
push:
if: github.actor == github.repository_owner
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Push changes
env:
GITHUB_TOKEN: ${{ secrets.GH_PUSH }}
run: |
git remote add target https://${{ secrets.GH_PUSH }}@github.com/Meaningful-Code/meaningfulcode-deploy.git
git push target HEAD:${{ github.ref }}