1.add auth back

This commit is contained in:
Kent Wang
2025-07-21 15:13:25 +08:00
parent a922e08b3a
commit 4c66d700fc

View File

@@ -59,8 +59,8 @@ jobs:
- name: Package
shell: bash
run: NODE_OPTIONS='--max_old_space_size=6144' BUILD_TARGETS='${{ matrix.build-targets }}' npm run app-package
# env:
# NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Verify secure wrapper (Windows)
if: ${{ matrix.os == 'windows-latest' }}