File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 4343 publish : false
4444
4545 runs-on : ${{ matrix.os }}
46+ permissions :
47+ contents : read
48+ id-token : write
4649
4750 steps :
4851 - name : Checkout
8285 run : mv java.*.node npm/${{ matrix.package }}
8386 shell : bash
8487 - name : NPM Publish Binary
85- uses : JS-DevTools/npm-publish@4
88+ uses : JS-DevTools/npm-publish@v4
8689 if : ${{ matrix.package != 'linux-x64-gnu' }}
8790 with :
8891 access : public
9194 dry-run : ${{ github.event.inputs.dry-run == 'true' }}
9295 ignore-scripts : false
9396 - name : NPM Publish
94- uses : JS-DevTools/npm-publish@v4
97+ uses : JS-DevTools/npm-publish@v4.1.5
9598 if : ${{ matrix.package == 'linux-x64-gnu' }}
9699 with :
97100 access : public
@@ -101,6 +104,9 @@ jobs:
101104
102105 build-musl :
103106 runs-on : ubuntu-latest
107+ permissions :
108+ contents : read
109+ id-token : write
104110 steps :
105111 - uses : actions/checkout@v6
106112 - name : Build
You can’t perform that action at this time.
0 commit comments