From 4597913b9360ea6e1bc734813b380ee472e81e86 Mon Sep 17 00:00:00 2001 From: Andreas Date: Thu, 4 Apr 2024 10:50:39 +0200 Subject: [PATCH] Updated cd-pipeline.yml --- .github/workflows/cd-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd-pipeline.yml b/.github/workflows/cd-pipeline.yml index d3ee4c0..4d376ae 100644 --- a/.github/workflows/cd-pipeline.yml +++ b/.github/workflows/cd-pipeline.yml @@ -28,4 +28,4 @@ jobs: - run: npm ci - run: npm publish env: - GITHUB_TOKEN: ${{ secrets.NPM_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}