From 6658008bb12bed8c8a554a1ba61b803723889d2d Mon Sep 17 00:00:00 2001 From: Patcher99 Date: Sun, 10 Mar 2024 17:54:56 +0530 Subject: [PATCH] Update npm-publish.yml --- .github/workflows/npm-publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 2011b2e..8ce734a 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -10,6 +10,7 @@ permissions: env: OPENAI_API_KEY: ${{ secrets.OPENAI_API_TOKEN }} COHERE_API_TOKEN: ${{ secrets.COHERE_API_TOKEN }} + ANTHROPIC_API_TOKEN: ${{ secrets.ANTHROPIC_API_TOKEN }} DOKU_URL: ${{ secrets.DOKU_URL }} DOKU_TOKEN: ${{ secrets.DOKU_TOKEN }}