File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1414 description : ' Is Prerelease'
1515 type : boolean
1616 default : false
17-
17+ permissions :
18+ id-token : write
19+ contents : read
20+
1821jobs :
1922 version :
2023 outputs :
@@ -288,8 +291,6 @@ jobs:
288291 LATEST_COMPATIBILITY_DATE : ${{ needs.version.outputs.date }}
289292 - run : echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' > npm/workerd/.npmrc
290293 - run : cd npm/workerd && npm publish --access public --tag ${{ startsWith(needs.version.outputs.version, '0') && 'beta' || 'latest'}}
291- env :
292- NPM_TOKEN : ${{ secrets.NPM_ACCESS_TOKEN }}
293294
294295 build-and-publish-types :
295296 runs-on : ubuntu-22.04
@@ -320,5 +321,3 @@ jobs:
320321 - run : cp npm/workers-types/oldest/* npm/workers-types
321322 - run : echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' > npm/workers-types/.npmrc
322323 - run : cd npm/workers-types && npm publish --access public --tag ${{ startsWith(needs.version.outputs.version, '0') && 'beta' || 'latest'}}
323- env :
324- NPM_TOKEN : ${{ secrets.NPM_ACCESS_TOKEN }}
You can’t perform that action at this time.
0 commit comments