diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 93bc3bd3..6022aee0 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -5,6 +5,7 @@ on: env: NUXT_SITE_ENV: staging # used for NuxtSEO to disable things like indexing on staging + NUXT_UI_PRO_LICENSE: ${{ secrets.NUXT_UI_PRO_LICENSE }} HUSKY: 0 CI: true @@ -15,8 +16,6 @@ permissions: jobs: build_and_preview: - env: - NUXT_UI_PRO_LICENSE: ${{ secrets.NUXT_UI_PRO_LICENSE }} if: ${{ github.event_name == 'workflow_dispatch' || github.event.pull_request.head.repo.full_name == github.repository }} runs-on: ubuntu-latest outputs: diff --git a/README.md b/README.md index 0ecd9849..766eea75 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ documentation for developers written by developers. Whether you're a beginner looking to get started with zkSync or an experienced developer seeking advanced guides, you'll find the resources you need here. +Testing a forked project PR. + ## Tools used - [Vue](https://vuejs.org/)