Skip to content

Commit 71d1c7d

Browse files
author
Laurynas Butkus
committed
Adjust publish action
1 parent 34394f9 commit 71d1c7d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
node-version: '20.x'
1414
registry-url: 'https://registry.npmjs.org'
1515
- run: npm ci
16+
env:
17+
CONVERT_API_SECRET: ${{ secrets.CONVERTAPI_SECRET }}
1618
- run: npm publish
1719
env:
1820
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)