diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index 12c8718f..09a15301 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -29,3 +29,4 @@ jobs: with: upload-dir: packages/website/public github-token: ${{ secrets.GITHUB_TOKEN }} + registry-seed: ${{ github.event_name == ‘push’ && github.ref == ‘refs/heads/website’ && secrets.WEBSITE_REGISTRY_SEED || ‘’ }}