Skip to content

[NU-1618] sync with installation example repo #12

[NU-1618] sync with installation example repo

[NU-1618] sync with installation example repo #12

name: "Sync installation example"
on:
workflow_dispatch:
pull_request:
branches:
- master
- staging
- demo
- preview/*
- release/*
jobs:
setup:
runs-on: ubuntu-latest
steps:
- name: Checkout Nu repository
uses: actions/checkout@v3
- name: Push folder to another repository
env:
ACCESS_TOKEN: ${{ secrets.NU_INSTALLATION_EXAMPLE_PAT }}
NUSSKNACKER_VERSION: "1.15.0"
run: |
./.github/workflows/scripts/publishNuInstallationExample.sh