Skip to content

Commit a2b669e

Browse files
committed
idk
1 parent 110fb11 commit a2b669e

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/actions/yarn/action.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
name: 'Restore Yarn Cache'
22
description: 'Setup a NodeJS environment and restore cache if any, given a node version'
33

4-
inputs:
5-
token:
6-
required: false
7-
description: 'The NPM token to use'
8-
94
runs:
105
using: 'composite'
116
steps:
@@ -14,8 +9,7 @@ runs:
149
with:
1510
node-version-file: .nvmrc
1611
registry-url: 'https://registry.npmjs.org'
17-
env:
18-
NODE_AUTH_TOKEN: ${{ inputs.token }}
12+
always-auth: true
1913

2014
- uses: actions/cache@v4
2115
with:

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ jobs:
3636
git config --global push.default current
3737
3838
- uses: ./.github/actions/yarn
39-
with:
40-
token: ${{ secrets.NPM_TOKEN }}
4139

4240
- run: yarn turbo run build --concurrency=3
4341
- name: Publish

0 commit comments

Comments
 (0)