diff --git a/.github/workflows/sync-installation-example.yml b/.github/workflows/sync-installation-example.yml index 60e01810007..13c8eb5d1c9 100644 --- a/.github/workflows/sync-installation-example.yml +++ b/.github/workflows/sync-installation-example.yml @@ -19,7 +19,7 @@ jobs: - name: Push folder to another repository env: - ACCESS_TOKEN: ${{ secrets.NU_INSTALLATION_EXAMPLE_PAT }} - NUSSKNACKER_VERSION: "1.15.0" + NU_INSTALLATION_EXAMPLE_ACCESS_TOKEN: ${{ secrets.NU_INSTALLATION_EXAMPLE_PAT }} + NUSSKNACKER_VERSION: "1.15.1" run: | ./.github/workflows/scripts/publishNuInstallationExample.sh