mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-21 22:06:04 -05:00
chore(ci): harden release cache usage (#9588)
This commit is contained in:
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@@ -32,9 +32,6 @@ concurrency:
|
||||
cancel-in-progress: false
|
||||
|
||||
env:
|
||||
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
|
||||
TURBO_TEAM: ${{ vars.TURBO_TEAM || github.repository_owner }}
|
||||
TURBO_CACHE: remote:rw
|
||||
BETTER_AUTH_TELEMETRY_ENDPOINT: ${{ vars.BETTER_AUTH_TELEMETRY_ENDPOINT }}
|
||||
|
||||
jobs:
|
||||
@@ -69,7 +66,6 @@ jobs:
|
||||
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
|
||||
with:
|
||||
node-version-file: '.nvmrc'
|
||||
cache: pnpm
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
|
||||
- run: pnpm install --frozen-lockfile
|
||||
@@ -327,7 +323,6 @@ jobs:
|
||||
with:
|
||||
node-version-file: '.nvmrc'
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
cache: pnpm
|
||||
|
||||
- run: pnpm install --frozen-lockfile
|
||||
|
||||
|
||||
5
.github/zizmor.yml
vendored
5
.github/zizmor.yml
vendored
@@ -8,8 +8,3 @@ rules:
|
||||
# Intentional: reads .changeset/*.md content via GitHub API only.
|
||||
# No checkout of fork code. No code execution.
|
||||
- auto-retarget.yml
|
||||
cache-poisoning:
|
||||
ignore:
|
||||
# False positive: neither setup-node call has caching enabled (no `cache:` param).
|
||||
# The workflow only triggers on tag push, with no shared cache surface.
|
||||
- release.yml
|
||||
|
||||
Reference in New Issue
Block a user