Skip to content

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

[NU-1618] sync with installation example repo

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

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.ORG_TRIGGER_PAT_TOKEN }}
run: |
./.github/workflows/scripts/publishNuInstallationExample.sh