Skip to content

Commit f9e3a07

Browse files
authored
chore: publishing is done via oidc - removes need for token (#281)
1 parent e42e59f commit f9e3a07

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/Release-Please.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,4 @@ jobs:
5050
run: yarn bundle
5151
- name: Publish to NPM
5252
shell: bash
53-
env:
54-
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
55-
run: |
56-
yarn config set 'npmRegistries["https://registry.npmjs.org"].npmAuthToken' $NPM_TOKEN
57-
yarn publish-if-missing
53+
run: yarn publish-if-missing

0 commit comments

Comments
 (0)