We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34394f9 commit 71d1c7dCopy full SHA for 71d1c7d
.github/workflows/publish.yml
@@ -13,6 +13,8 @@ jobs:
13
node-version: '20.x'
14
registry-url: 'https://registry.npmjs.org'
15
- run: npm ci
16
+ env:
17
+ CONVERT_API_SECRET: ${{ secrets.CONVERTAPI_SECRET }}
18
- run: npm publish
19
env:
20
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments