File tree Expand file tree Collapse file tree 1 file changed +16
-8
lines changed
Expand file tree Collapse file tree 1 file changed +16
-8
lines changed Original file line number Diff line number Diff line change 1414
1515jobs :
1616 publish-npm :
17- uses :
iExecBlockchainComputing/github-actions-workflows/.github/workflows/[email protected] 18- with :
19- scope : ' @iexec/dataprotector-sdk'
20- registry : ' https://registry.npmjs.org'
21- node-version : ' 18'
22- environment : ${{ github.event.inputs.target }}
23- secrets :
24- npm-token : ${{ secrets.NPM_TOKEN }}
17+ runs-on : ubuntu-latest
18+ defaults :
19+ run :
20+ working-directory : packages/sdk
21+ steps :
22+ - uses : actions/checkout@v4
23+
24+ - name : Call reusable workflow from root of subdirectory
25+ uses :
iExecBlockchainComputing/github-actions-workflows/.github/workflows/[email protected] 26+ with :
27+ scope : ' @iexec/dataprotector-sdk'
28+ registry : ' https://registry.npmjs.org'
29+ node-version : ' 18'
30+ environment : ${{ github.event.inputs.target }}
31+ secrets :
32+ npm-token : ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments