diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 4fb9aa8b..7cd6c7c6 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -91,6 +91,9 @@ jobs: with: run: pnpm run test:e2e working-directory: packages/interface + env: + GH_PAT: ${{ secrets.GH_PAT }} + GH_USERNAME: ${{ secrets.GH_USERNAME }} - uses: actions/upload-artifact@v4 if: always() diff --git a/package.json b/package.json index 7d390367..0877f0b2 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "eslint-plugin-react": "^7.37.1", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-unused-imports": "^3.2.0", - "husky": "^9.1.1", + "husky": "^9.1.6", "is-ci": "^3.0.1", "lerna": "^8.1.7", "lint-staged": "^15.2.7", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1e2ac099..3730fecb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -60,8 +60,8 @@ importers: specifier: ^3.2.0 version: 3.2.0(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0) husky: - specifier: ^9.1.1 - version: 9.1.4 + specifier: ^9.1.6 + version: 9.1.6 is-ci: specifier: ^3.0.1 version: 3.0.1 @@ -8304,8 +8304,8 @@ packages: resolution: {integrity: sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==} engines: {node: '>=16.17.0'} - husky@9.1.4: - resolution: {integrity: sha512-bho94YyReb4JV7LYWRWxZ/xr6TtOTt8cMfmQ39MQYJ7f/YE268s3GdghGwi+y4zAeqewE5zYLvuhV0M0ijsDEA==} + husky@9.1.6: + resolution: {integrity: sha512-sqbjZKK7kf44hfdE94EoX8MZNk0n7HeW37O4YrVGCF4wzgQjp+akPAkfUK5LZ6KuR/6sqeAVuXHji+RzQgOn5A==} engines: {node: '>=18'} hasBin: true @@ -24904,7 +24904,7 @@ snapshots: human-signals@5.0.0: {} - husky@9.1.4: {} + husky@9.1.6: {} hyperlinker@1.0.0: {}