aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/bun-dependenies-build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/bun-dependenies-build.yml b/.github/workflows/bun-dependenies-build.yml
index 2d7cb9a69..320412592 100644
--- a/.github/workflows/bun-dependenies-build.yml
+++ b/.github/workflows/bun-dependenies-build.yml
@@ -106,7 +106,7 @@ jobs:
- name: Publish to npm
if: github.ref != 'refs/heads/main'
env:
- NPM_TOKEN: ${{secrets.BUN_DEPENDENCIES_NPM_TOKEN}}
+ NODE_AUTH_TOKEN: ${{secrets.BUN_DEPENDENCIES_NPM_TOKEN}}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cd ${{runner.temp}}/dependencies
@@ -114,7 +114,7 @@ jobs:
- name: Publish to npm
if: github.ref == 'refs/heads/main'
env:
- NPM_TOKEN: ${{secrets.BUN_DEPENDENCIES_NPM_TOKEN}}
+ NODE_AUTH_TOKEN: ${{secrets.BUN_DEPENDENCIES_NPM_TOKEN}}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cd ${{runner.temp}}/dependencies