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 45fad1b commit ecabebcCopy full SHA for ecabebc
.github/workflows/create-releases.yml
@@ -36,4 +36,4 @@ jobs:
36
run: |
37
bash ./bin/publish-npm
38
env:
39
- NPM_TOKEN: ${{ secrets.OPENAI_NPM_TOKEN }}
+ NPM_TOKEN: ${{ secrets.OPENAI_NPM_TOKEN || secrets.NPM_TOKEN }}
.github/workflows/publish-npm.yml
@@ -25,4 +25,4 @@ jobs:
25
26
27
28
.github/workflows/release-doctor.yml
@@ -20,4 +20,4 @@ jobs:
20
bash ./bin/check-release-environment
21
22
STAINLESS_API_KEY: ${{ secrets.STAINLESS_API_KEY }}
23
0 commit comments