Skip to content

Commit 65fa494

Browse files
committed
Update CI
1 parent 058bb1a commit 65fa494

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
needs: release
112112
environment: publishing
113113
permissions:
114-
id-token: write
114+
id-token: write # OIDC for pypi, npmjs
115115
contents: write
116116
steps:
117117
- name: Check out github
@@ -141,8 +141,6 @@ jobs:
141141
mv release-artifacts/clients/typescript/tinystan-js-${{ inputs.new_version }}.tgz clients/typescript
142142
cd clients/typescript
143143
yarn publish tinystan-js-${{ inputs.new_version }}.tgz --new-version ${{ inputs.new_version }} --no-git-tag-version
144-
env:
145-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
146144
147145
148146
# - name: Create JuliaRegistration comment

0 commit comments

Comments
 (0)