Skip to content

Commit a4b7234

Browse files
committed
Refactor GitHub Actions workflow to standardize registry and secret variable names
1 parent 88dc929 commit a4b7234

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
with:
1111
scope: '@iExecBlockchainComputing'
1212
node-version: '20'
13-
registry-url: 'https://registry.npmjs.org'
13+
registry: 'https://registry.npmjs.org'
1414
provenance: true
1515
secrets:
16-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
16+
npm-token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)