Skip to content

Commit 5db6ace

Browse files
authored
remove npm token to use oidc token auth
1 parent 9a21e1c commit 5db6ace

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,14 @@ jobs:
1818
- uses: actions/checkout@v3
1919
- uses: actions/setup-node@v3
2020
with:
21-
node-version: 16.x
21+
node-version: 20.x
2222
cache: 'yarn'
2323

24-
- run: yarn install --immutable
24+
- run: yarn install --immutable
2525
- name: Create Release Pull Request or Publish
2626
id: changesets
2727
uses: changesets/action@v1
2828
with:
2929
publish: yarn run release
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)